Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelWrite Interface / ExcelGetSheetCount Method
Number of sheet


In This Topic
    ExcelGetSheetCount Method (IExcelWrite)
    In This Topic
    Gets the number of sheet for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetSheetCount( _
       ByRef sheetCount As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelWrite
    Dim sheetCount As Short
    Dim value As Boolean
     
    value = instance.ExcelGetSheetCount(sheetCount)
    bool ExcelGetSheetCount( 
       ref short sheetCount
    )

    Parameters

    sheetCount
    Number of sheet
    See Also