Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / IsCommentStorageAvailable Method


In This Topic
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()
See Also