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


In This Topic
Row Property (ExpandEventArgs)
In This Topic
Gets the row to expand or collapse.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ExpandEventArgs
Dim value As Integer
 
value = instance.Row
See Also