IsCommentStorageAvailable Method
In This Topic
Gets a boolean value indicating whether there is a cell comment in this worksheet.
Syntax
'Declaration
Public Function IsCommentStorageAvailable() As Boolean
'Usage
Dim instance As Worksheet
Dim value As Boolean
value = instance.IsCommentStorageAvailable()
public bool IsCommentStorageAvailable()
See Also