Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / Remove Method
Row index of anchor cell for span (at which spanned cells started)
Column index of anchor cell for span (at which spanned cells started)


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

    Parameters

    row
    Row index of anchor cell for span (at which spanned cells started)
    column
    Column index of anchor cell for span (at which spanned cells started)
    See Also