Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Row Property


In This Topic
Row Property (IPaintingContext)
In This Topic
Gets the row index of current context cell.
Syntax
'Declaration
 
ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As IPaintingContext
Dim value As Integer
 
value = instance.Row
See Also