TdxSpreadSheetTableViewOptionsPrintSourceCellComments Enum
Enumerates available cell comment printing options.
Declaration
TdxSpreadSheetTableViewOptionsPrintSourceCellComments = (
psccAsDisplayed,
psccAtEnd,
psccNone
);
Members
| Name |
|---|
psccAsDisplayed
|
psccAtEnd
|
psccNone
|
Remarks
Options include:
| Value | Description |
|---|---|
| psccAsDisplayed | Worksheet printout pages display only those comment containers whose Visible property is True, like all other floating containers. |
| psccAtEnd | The content of all comments is included in a separate table at the end of the worksheet report document, ignoring comment visibility states. |
| psccNone | Worksheet printouts do not include any comments. |
The Table View worksheet’s OptionsPrint.Source.CellComments property references the TdxSpreadSheetTableViewOptionsPrintSourceCellComments type.
See Also