Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetSheetCount Method


In This Topic
    GetSheetCount Method
    In This Topic
    Gets the sheets count of the current workbook
    Syntax
    'Declaration
     
    Function GetSheetCount() As Integer
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As Integer
     
    value = instance.GetSheetCount()
    int GetSheetCount()

    Return Value

    The sheets count of the current workbook
    See Also