Spread WinForms 15
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

Property Value

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