XlPrintLocation Enumeration
Specifies the way comments are printed with the sheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPrintLocation
'Usage
Dim instance As XlPrintLocation
public enum XlPrintLocation
Members
Member name | Description | |
---|---|---|
xlPrintSheetEnd | Print the comments as end notes at the end of the worksheet. | |
xlPrintInPlace | Comments will be printed where they were inserted in the worksheet. | |
xlPrintNoComments | Comments will not printed. |