Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Set Method
The zero-based index of the bit to set.


In This Topic
Set Method (IndexBitmap)
In This Topic
Sets the bit at a specific position in the IndexBitmap.
Syntax
'Declaration
 
Public Sub Set( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As IndexBitmap
Dim index As Integer
 
instance.Set(index)

Parameters

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