ParentRelationName Property (SheetView)
In This Topic
Gets the data relation name for this sheet.
Syntax
'Declaration
Public ReadOnly Property ParentRelationName As String
'Usage
Dim instance As SheetView
Dim value As String
value = instance.ParentRelationName
public string ParentRelationName {get;}
See Also