WorksheetPrintOptions.CommentsPrintMode Property
Gets or sets how comments contained in the worksheet are printed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
CommentsPrintMode CommentsPrintMode { get; set; }
#Property Value
Type | Description |
---|---|
Comments |
A Comments |
Available values:
Name | Description |
---|---|
As |
Cell comments are printed as they are displayed on a worksheet. |
At |
Cell comments are printed in a separate page. |
None | Cell comments are not printed. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Comments |
---|---|
Worksheet |
|
#Remarks
Note
Currently, the Comments
For more information on print options, see the How to: Specify Print Settings example.