Aspose::Cells::PrintCommentsType enum
PrintCommentsType enum
Represents the way comments are printed with the sheet.
enum class PrintCommentsType
Values
| Name | Value | Description |
|---|---|---|
| PrintInPlace | 0 | Represents to print comments as displayed on sheet. |
| PrintNoComments | 1 | Represents not to print comments. |
| PrintSheetEnd | 2 | Represents to print comments at end of sheet. |
| PrintWithThreadedComments | 3 | Represents to print comments as displayed on sheet include threaded comments. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++