XlCommentsPrintMode Enum
In This Article
Lists values used to specify how comments anchored to worksheet cells are printed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
As
|
Cell comments are printed as they are displayed on a worksheet. |
At
|
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