Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / Parent Property


In This Topic
    Parent Property (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Parent As ICommentThreaded
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim value As ICommentThreaded
     
    value = instance.Parent
    public override ICommentThreaded Parent {get;}
    See Also