Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintSourceCellComments Enum

Enumerates available cell comment printing options.

#Declaration

Delphi
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