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


In This Topic
AnchorRow Property (BaseSheetSelectionModel)
In This Topic
Gets the row index of the first cell selected in the range.
Syntax
'Declaration
 
Public Overridable ReadOnly Property AnchorRow As Integer
 
'Usage
 
Dim instance As BaseSheetSelectionModel
Dim value As Integer
 
value = instance.AnchorRow
See Also