TdxSpreadSheetOptionsView.CommentMarkColor Property
In This Article
Specifies the color used to display the comment mark in the upper-right corner of a cell.
#Declaration
Delphi
property CommentMarkColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#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