Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / ElementCount Property


In This Topic
    ElementCount Property
    In This Topic
    Gets the total non-null values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ElementCount As Integer
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim value As Integer
     
    value = instance.ElementCount
    public int ElementCount {get;}

    Property Value

    An integer value represents the total non-null values.
    See Also