Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Remove Method
The zero-based starting index of the range of elements to remove.
The number of elements to remove.


In This Topic
    Remove Method (IndexBitmap)
    In This Topic
    Removes a range of elements from the IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal index As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As IndexBitmap
    Dim index As Integer
    Dim length As Integer
     
    instance.Remove(index, length)
    public void Remove( 
       int index,
       int length
    )

    Parameters

    index
    The zero-based starting index of the range of elements to remove.
    length
    The number of elements to remove.
    See Also