Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Count Property


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