Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSpanModel Class / Remove Method
Row index of the cell
Column index of the cell


In This Topic
    Remove Method (DefaultSheetSpanModel)
    In This Topic
    Removes all cell spans in the collection that include the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Remove( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetSpanModel
    Dim row As Integer
    Dim column As Integer
     
    instance.Remove(row, column)
    public override void Remove( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell
    column
    Column index of the cell
    See Also