Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSpanModel Class / Clear Method / Clear(Int32,Int32,Int32,Int32) Method
Row index from which to start clearing cell spans
Column index from which to start clearing cell spans
Number of rows to clear
Number of columns to clear


In This Topic
    Clear(Int32,Int32,Int32,Int32) Method
    In This Topic
    Removes cell spans from the collection within the specified area.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Clear( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetSpanModel
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.Clear(row, column, rowCount, columnCount)
    public virtual void Clear( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    Row index from which to start clearing cell spans
    column
    Column index from which to start clearing cell spans
    rowCount
    Number of rows to clear
    columnCount
    Number of columns to clear
    See Also