Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Tables Class / Count Property


In This Topic
    Count Property (Tables)
    In This Topic
    Gets the number of tables in this Tables.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As Tables
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    An integer value represents the number of tables in this Tables.
    See Also