Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ParentRelationName Property


In This Topic
    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