ExcelPagePrintCommLocation Enumeration
Represents the location where the comments in a worksheet will be printed.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public enum ExcelPagePrintCommLocation
Public Enumeration ExcelPagePrintCommLocation
public enum class ExcelPagePrintCommLocation
type ExcelPagePrintCommLocation
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.
|