Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModel Class / Remove Method
The row index of the starting cell.
The column index of the starting cell.


In This Topic
    Remove Method (SheetSpanModel)
    In This Topic
    Removes the cell span with the specified anchor cell from the collection.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Remove( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As SheetSpanModel
    Dim row As Integer
    Dim column As Integer
     
    instance.Remove(row, column)
    public override void Remove( 
       int row,
       int column
    )

    Parameters

    row
    The row index of the starting cell.
    column
    The column index of the starting cell.
    See Also