Enum PrintCommentsType

PrintCommentsType enumeration

Represents the way comments are printed with the sheet.

public enum PrintCommentsType

Values

NameValueDescription
PrintInPlace0Represents to print comments as displayed on sheet.
PrintNoComments1Represents not to print comments.
PrintSheetEnd2Represents to print comments at end of sheet.

See Also