Back to Devexpress

CommentsPrintMode Enum

officefileapi-devexpress-dot-spreadsheet-ca6e1b5e.md

latest1.5 KB
Original Source

CommentsPrintMode Enum

Lists the values to specify how cell comments are printed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum CommentsPrintMode
vb
Public Enum CommentsPrintMode

Members

NameDescription
AsDisplayed

Cell comments are printed as they are displayed on a worksheet.

| | AtEnd |

Cell comments are printed in a separate page.

| | None |

Cell comments are not printed.

|

The following properties accept/return CommentsPrintMode values:

Remarks

This enumeration’s values are used by the WorksheetPrintOptions.CommentsPrintMode property.

See Also

How to: Specify Print Settings

DevExpress.Spreadsheet Namespace