Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelRowInfo Interface / GetExportCells Method


In This Topic
    GetExportCells Method (IExportExcelRowInfo)
    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()
    IExportExcelCellInfo[] GetExportCells()

    Return Value

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