Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveSpanCell 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
RemoveSpanCell Method
In This Topic
Removes the span that contains a specified anchor cell from a range of cells on this sheet.
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)

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