XlPageSetup.CommentsPrintMode Property
Gets or sets how comments contained in a worksheet are printed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlCommentsPrintMode | One of the XlCommentsPrintMode enumeration values. |
Available values:
Name | Description |
---|---|
AsDisplayed | Cell comments are printed as they are displayed on a worksheet. |
AtEnd | Cell comments are printed in a separate page at the end of a worksheet printout. |
None | Cell comments are not printed. |
Remarks
To specify page options for a worksheet, set the IXlSheet.PageSetup property to an instance of the XlPageSetup class that controls the page orientation, paper size, scaling options, printing DPI and other settings. For more information on how to adjust page formatting options, refer to the How to: Specify Print Settings article.