Spread for ASP.NET 12 Product Documentation
SetAnchor Method (ISheetSelectionModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSelectionModel Interface : SetAnchor Method
Row index of the first cell in the selection
Column index of the first cell in the selection
Specifies the anchor (or first cell) in the selection of cells.
Syntax
'Declaration
 
Sub SetAnchor( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As ISheetSelectionModel
Dim row As Integer
Dim column As Integer
 
instance.SetAnchor(row, column)
void SetAnchor( 
   int row,
   int column
)

Parameters

row
Row index of the first cell in the selection
column
Column index of the first cell in the selection
See Also

Reference

ISheetSelectionModel Interface
ISheetSelectionModel Members