Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelRowInfo Interface / GetExportCells Method


In This Topic
GetExportCells Method
In This Topic
Gets the array of IExportExcelCellInfo which hold the exporting information of cells in row.
Syntax
'Declaration
 
Function GetExportCells() As IExportExcelCellInfo()
 
'Usage
 
Dim instance As IExportExcelRowInfo
Dim value() As IExportExcelCellInfo
 
value = instance.GetExportCells()

Return Value

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