Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / ActualRowLayoutIndex Property


In This Topic
ActualRowLayoutIndex Property
In This Topic
Gets the actual row index in layout
Syntax
'Declaration
 
Public ReadOnly Property ActualRowLayoutIndex As Integer
 
'Usage
 
Dim instance As CellClickEventArgs
Dim value As Integer
 
value = instance.ActualRowLayoutIndex
See Also