Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfoCollection Class / Count Property


In This Topic
    Count Property (SheetInfoCollection)
    In This Topic
    Gets the number of sheets in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As SheetInfoCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also