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


In This Topic
Parent Property (Row)
In This Topic
Gets the parent collection of rows (Rows object) that contains this row.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Rows
 
'Usage
 
Dim instance As Row
Dim value As Rows
 
value = instance.Parent
See Also