Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / LeadRow Property


In This Topic
LeadRow Property (BaseSheetSelectionModel)
In This Topic
Gets the row index of the farthest cell in the selection of cells.
Syntax
'Declaration
 
Public Overridable ReadOnly Property LeadRow As Integer
 
'Usage
 
Dim instance As BaseSheetSelectionModel
Dim value As Integer
 
value = instance.LeadRow
See Also