Back to Devexpress

XlCommentsPrintMode Enum

corelibraries-devexpress-dot-export-dot-xl-d294f08d.md

latest1.3 KB
Original Source

XlCommentsPrintMode Enum

Lists values used to specify how comments anchored to worksheet cells are printed.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlCommentsPrintMode
vb
Public Enum XlCommentsPrintMode

Members

NameDescription
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.

|

The following properties accept/return XlCommentsPrintMode values:

Remarks

The values listed by this enumeration are used by the XlPageSetup.CommentsPrintMode property.

See Also

DevExpress.Export.Xl Namespace