ExcelPagePrintCommLocation Enumeration |
Represents the location where the comments in a worksheet will be printed.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelPagePrintCommLocation
Public Enumeration ExcelPagePrintCommLocation
Members| Member name | Value | Description |
|---|
| PrintInPlace | 0 |
Comments will be printed where they were inserted in the worksheet.
|
| PrintNoComments | 1 |
Comments will not be printed.
|
| PrintSheetEnd | 2 |
Print the comments as end notes at the end of the worksheet.
|
See Also