Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / AnchorRow Property


In This Topic
    AnchorRow Property (BaseSheetSelectionModel)
    In This Topic
    Gets the row index of the first cell selected in the range.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property AnchorRow As Integer
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim value As Integer
     
    value = instance.AnchorRow
    public virtual int AnchorRow {get;}
    See Also