Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / AnchorRow Property


In This Topic
    AnchorRow Property (DefaultSheetSelectionModel)
    In This Topic
    Gets the row index of the first cell in the selection of cells.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property AnchorRow As Integer
    'Usage
     
    
    Dim instance As DefaultSheetSelectionModel
    Dim value As Integer
     
    value = instance.AnchorRow
    public override int AnchorRow {get;}
    See Also