Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / IsHiddenCommentDisplayed Property


In This Topic
    IsHiddenCommentDisplayed Property
    In This Topic
    gets a value that determined CellNote is display for editing text or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsHiddenCommentDisplayed As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsHiddenCommentDisplayed
    public bool IsHiddenCommentDisplayed {get;}
    See Also