Aspose::Cells::CommentCollection class
Contents
[
Hide
]CommentCollection class
Encapsulates a collection of Comment objects.
class CommentCollection
Methods
Fields
Field | Description |
---|---|
_impl | The implementation object. |
Examples
Aspose::Cells::Startup();
Workbook workbook;
CommentCollection comments = workbook.GetWorksheets().Get(0).GetComments();
Aspose::Cells::Cleanup();
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++