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


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

    Property Value

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