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


In This Topic
GetExportColumns Method
In This Topic
Gets the column index sorted array of IExportExcelColumnInfo which hold the exporting information of columns.
Syntax
'Declaration
 
Function GetExportColumns() As IExportExcelColumnInfo()
 
'Usage
 
Dim instance As IExportExcelSheetInfo
Dim value() As IExportExcelColumnInfo
 
value = instance.GetExportColumns()

Return Value

The column index sorted array of IExportExcelColumnInfo which hold the exporting information of columns.
See Also