Spread WPF 18
GrapeCity.Spreadsheet.Data Namespace / RangeDataList Class / Count Property


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