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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSpanModel Class : Remove Method
Row index of the cell
Column index of the cell
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

Reference

DefaultSheetSpanModel Class
DefaultSheetSpanModel Members