Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelSheetInfo Interface / GetExportRows Method


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

    Return Value

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