Spread for ASP.NET 12 Product Documentation
RemoveSpanCell Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RemoveSpanCell Method
Row index of the anchor cell for the span
Column index of the anchor cell for the span
Removes the span from a range of cells that contain a specified anchor cell.
Syntax
'Declaration
 
Public Sub RemoveSpanCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
 
instance.RemoveSpanCell(row, column)
public void RemoveSpanCell( 
   int row,
   int column
)

Parameters

row
Row index of the anchor cell for the span
column
Column index of the anchor cell for the span
See Also

Reference

SheetView Class
SheetView Members