Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / GetIntervalCount Method


In This Topic
GetIntervalCount Method
In This Topic
Gets the total number of non-empty chunks.
Syntax
'Declaration
 
Public Function GetIntervalCount() As Integer
 
'Usage
 
Dim instance As IntervalBitmap
Dim value As Integer
 
value = instance.GetIntervalCount()

Return Value

The total number of non-empty chunks.
See Also