Click or drag to resize

ExcelPagePrintCommLocation Enumeration

Represents the location where the comments in a worksheet will be printed.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelPagePrintCommLocation
Members
  Member nameValueDescription
PrintInPlace0 Comments will be printed where they were inserted in the worksheet.
PrintNoComments1 Comments will not be printed.
PrintSheetEnd2 Print the comments as end notes at the end of the worksheet.
See Also