Gets the comment collection.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
CommentCollection Comments { get; }
ReadOnly Property Comments As CommentCollection Get
property CommentCollection^ Comments { CommentCollection^ get (); }
abstract Comments : CommentCollection with get