SpreadsheetGetAsBytesArray Method Bytescout Spreadsheet SDK
Gets the bytes of spreadsheet saved as document with specified type.

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

public 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.

Implements

ISpreadsheetGetAsBytesArray(SpreadsheetFormatType)
See Also

Reference