Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / DataLength Property


In This Topic
    DataLength Property (IndexBitmap)
    In This Topic
    Gets the length of the stored data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLength As Integer
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim value As Integer
     
    value = instance.DataLength
    public int DataLength {get;}

    Property Value

    The length of the stored data.
    Remarks
    This property is for optimized purpose only. It isn't the length of this IndexBitmap.
    See Also