Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / ElementCount Property


In This Topic
    ElementCount Property (SparklineStorage)
    In This Topic
    Gets the total numbers of element(s) in the CellMatrix<T>
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ElementCount As Integer
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim value As Integer
     
    value = instance.ElementCount
    public int ElementCount {get;}
    See Also