Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Count Property


In This Topic
    Count Property (IWorksheets)
    In This Topic
    Gets the number of worksheets in the workbook.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IWorksheets
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value represents the number of worksheets in the workbook.
    See Also