TdxSpreadSheetOptionsView.CommentMarkColor Property
Specifies the color used to display the comment mark in the upper-right corner of a cell.
Declaration
property CommentMarkColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
The colored triangle marker is used to indicate cells with associated comment containers in a spreadsheet document.
Use the CommentMarkColor property to change the comment mark’s default color (red).
The default value of the CommentMarkColor property is clDefault.
See Also