Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / SetAnchor Method
Row index of the first cell in the selection
Column index of the first cell in the selection


In This Topic
    SetAnchor Method (BaseSheetSelectionModel)
    In This Topic
    Specifies the anchor (or first cell) in the selection of cells.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetAnchor( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim row As Integer
    Dim column As Integer
     
    instance.SetAnchor(row, column)
    public virtual 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