'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.