XlPrintLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the way comments are printed with the sheet.
public enum class XlPrintLocation
public enum XlPrintLocation
Public Enum XlPrintLocation
- Inheritance
-
XlPrintLocation
Fields
Name | Value | Description |
---|---|---|
xlPrintNoComments | -4142 | Comments will not printed. |
xlPrintSheetEnd | 1 | Print the comments as end notes at the end of the worksheet. |
xlPrintInPlace | 16 | Comments will be printed where they were inserted in the worksheet. |