SpreadsheetGetAsBytesArrayHTML Method (Int32)Bytescout Spreadsheet SDK
Gets the bytes of specified worksheet page saved as HTML document.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public byte[] GetAsBytesArrayHTML(
	int worksheetIndex
)

Parameters

worksheetIndex
Type: SystemInt32
Worksheet index.

Return Value

Type: Byte
The bytes of specified worksheet page saved as HTML document.

Implements

ISpreadsheetGetAsBytesArrayHTML(Int32)
See Also

Reference