Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / AnchorRow Property


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