SpreadsheetExportTo2DArray Method (String)Bytescout Spreadsheet SDK
Return spreadsheet rows and columns as two-dimensional array;

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

public string[,] ExportTo2DArray(
	string worksheetName
)

Parameters

worksheetName
Type: SystemString
Name of worksheet to export

Return Value

Type: String
Two dimensional array

Implements

ISpreadsheetExportTo2DArray(String)
See Also

Reference