Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Set Method
An integer value indicates the index of the specified position.


In This Topic
    Set Method (IntervalBitmap)
    In This Topic
    Turns on the bit at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub Set( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim index As Integer
     
    instance.Set(index)
    public void Set( 
       int index
    )

    Parameters

    index
    An integer value indicates the index of the specified position.
    See Also