Parent Property (SheetView)
In This Topic
Gets or sets the name of the parent sheet (
SheetView object) of this sheet.
Syntax
'Declaration
Public Property Parent As SheetView
'Usage
Dim instance As SheetView
Dim value As SheetView
instance.Parent = value
value = instance.Parent
public SheetView Parent {get; set;}
See Also