Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / DataLength Property


In This Topic
    DataLength Property (IntervalBitmap)
    In This Topic
    Returns the minimum rows (from the beginning) which contains all non-null values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLength As Integer
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim value As Integer
     
    value = instance.DataLength
    public int DataLength {get;}
    See Also