Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Parent Property


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