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