Link Search Menu Expand Document

SpreadsheetExportToJaggedArray Method (Int32)

Return the cells in the specified worksheet as a jagged array

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public string[][] ExportToJaggedArray(
	int worksheetIndex
)

Parameters

worksheetIndex
Type: SystemInt32
Index of worksheet to export

Return Value

Type: String
A jagged array
See Also

Reference