XlCommentsPrintMode Enum
Lists values used to specify how comments anchored to worksheet cells are printed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return XlCommentsPrintMode values:
Remarks
The values listed by this enumeration are used by the XlPageSetup.CommentsPrintMode property.
See Also