Gets the name of the data relation in a hierarchical display.
Syntax
'Declaration
Public Overridable ReadOnly Property RelationName As String
'Usage
Dim instance As SheetView
Dim value As String
value = instance.RelationName
public virtual string RelationName {get;}
See Also