Enum PrintCommentsType
Enum PrintCommentsType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the way comments are printed with the sheet.
public enum PrintCommentsType
Fields
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.