Aspose::Cells::PrintCommentsType enum

PrintCommentsType enum

Represents the way comments are printed with the sheet.

enum class PrintCommentsType

Values

NameValueDescription
PrintInPlace0
Represents to print comments as displayed on sheet.
PrintNoComments1
Represents not to print comments.
PrintSheetEnd2
Represents to print comments at end of sheet.

See Also