Spread WinForms 15
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
See Also