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