Spread WinForms 15
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)

Parameters

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