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


In This Topic
    Parent Property (CommentBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Parent As ICommentThreaded
    'Usage
     
    
    Dim instance As CommentBase
    Dim value As ICommentThreaded
     
    value = instance.Parent
    public virtual ICommentThreaded Parent {get;}
    See Also