SpreadsheetExportToJaggedArray Method (String)Bytescout Spreadsheet SDK
Return the cells in the named worksheet as a jagged array

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

public string[][] ExportToJaggedArray(
	string worksheetName
)

Parameters

worksheetName
Type: SystemString
Name of worksheet to export

Return Value

Type: String
A jagged array
See Also

Reference