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
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