Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberDisplayFieldCollection Class / Count Property


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