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
public Rows Parent {get;}
See Also