Gets the collection of columns that contains this column.
Syntax
'Declaration
Public ReadOnly Property Parent As Columns
'Usage
Dim instance As Column
Dim value As Columns
value = instance.Parent
public Columns Parent {get;}
Property Value
The collection of columns (
Columns object) that contains this column.
See Also