GrapeCity.Xaml.SpreadSheet.Data
Remove Method (SheetSpanModel)


The row index of the starting cell.
The column index of the starting cell.
Removes the cell span with the specified anchor cell from the collection.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Remove( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As SheetSpanModel
Dim row As Integer
Dim column As Integer
 
instance.Remove(row, column)
public override void Remove( 
   int row,
   int column
)

Parameters

row
The row index of the starting cell.
column
The column index of the starting cell.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetSpanModel Class
SheetSpanModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options