Spread for ASP.NET 12 Product Documentation
Remove Method (ISheetSpanModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.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)
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

Reference

ISheetSpanModel Interface
ISheetSpanModel Members