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


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