Skip to main content
A newer version of this page is available. .

XlCommentsPrintMode Enum

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

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlCommentsPrintMode

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