Link Search Menu Expand Document

ISpreadsheetGetAsBytesArray Method

Gets the bytes of spreadsheet saved as document with specified type.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
byte[] GetAsBytesArray(
	SpreadsheetFormatType type
)

Parameters

type
Type: Bytescout.Spreadsheet.ConstantsSpreadsheetFormatType
The type to use while retrieving bytes.

Return Value

Type: Byte
The bytes of spreadsheet saved as document with specified type.
See Also

Reference