Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / Row Property


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