Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelSheetInfo Interface / GetExportRows Method


In This Topic
GetExportRows Method
In This Topic
Gets the row index sorted array of IExportExcelRowInfo which hold the exporting information of rows.
Syntax
'Declaration
 
Function GetExportRows() As IExportExcelRowInfo()
 
'Usage
 
Dim instance As IExportExcelSheetInfo
Dim value() As IExportExcelRowInfo
 
value = instance.GetExportRows()

Return Value

The row index sorted array of IExportExcelRowInfo which hold the exporting information of rows.
See Also