Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedMemoryExcelExport Interface / GetExportSheetInfo Method
The index of specified sheetview


In This Topic
    GetExportSheetInfo Method
    In This Topic
    Get the IExportExcelSheetInfo object which holds the exporting information (rows/columns/cells) of the specified sheetview.
    Syntax
    'Declaration
     
    
    Function GetExportSheetInfo( _
       ByVal sheetIndex As Short _
    ) As IExportExcelSheetInfo
    'Usage
     
    
    Dim instance As IOptimizedMemoryExcelExport
    Dim sheetIndex As Short
    Dim value As IExportExcelSheetInfo
     
    value = instance.GetExportSheetInfo(sheetIndex)
    IExportExcelSheetInfo GetExportSheetInfo( 
       short sheetIndex
    )

    Parameters

    sheetIndex
    The index of specified sheetview

    Return Value

    The IExportExcelSheetInfo object which holds the exporting information (rows/columns/cells) of the specified sheetview.
    See Also