Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Clear Method / Clear(Int32,Int32) Method


In This Topic
    Clear(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Clear( _
       ByVal index As Integer, _
       Optional ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim index As Integer
    Dim length As Integer
     
    instance.Clear(index, length)
    public void Clear( 
       int index,
       int length
    )

    Parameters

    index
    length
    See Also