Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Clear Method / Clear(Int32) Method
The zero-based index of the bit to set.


In This Topic
    Clear(Int32) Method
    In This Topic
    Clears the bit at a specific position in the IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
     
    instance.Clear(index)
    public void Clear( 
       int index
    )

    Parameters

    index
    The zero-based index of the bit to set.
    See Also