Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSpanModel Class / Remove Method
Row index of cell
Column index of cell


In This Topic
Remove Method (BaseSheetSpanModel)
In This Topic
Removes all cell spans in the collection that cover the cell at the specified row and column.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As BaseSheetSpanModel
Dim row As Integer
Dim column As Integer
 
instance.Remove(row, column)

Parameters

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