Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NotifyCollection<T> Class / Count Property


In This Topic
    Count Property (NotifyCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As NotifyCollection(Of T)
    Dim value As Integer
     
    value = instance.Count
    [__DynamicallyInvokable()]
    public int Count {get;}
    See Also