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


In This Topic
Parent Property (Column)
In This Topic
Gets the collection of columns (Columns object) that contains this column.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Columns
 
'Usage
 
Dim instance As Column
Dim value As Columns
 
value = instance.Parent
See Also