Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / LeadRow Property


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