Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Clear Method / Clear(Int32,Int32) Method
An integer value indicates the start index of the specified range.
An integer value indicates the end index of the specified range.


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

    Parameters

    index
    An integer value indicates the start index of the specified range.
    index2
    An integer value indicates the end index of the specified range.
    See Also