Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Get Method
The zero-based index of the value to get.


In This Topic
    Get Method (IndexBitmap)
    In This Topic
    Gets the value of the bit at a specific position in the IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.Get(index)
    public bool Get( 
       int index
    )

    Parameters

    index
    The zero-based index of the value to get.

    Return Value

    The value of the bit at position index.
    See Also