Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / GetIntervalCount Method


In This Topic
    GetIntervalCount Method (IntervalBitmap)
    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()
    public int GetIntervalCount()

    Return Value

    The total number of non-empty chunks.
    See Also