Back to Devexpress

TdxSpreadSheetOptionsView.CommentMarkColor Property

vcl-dxspreadsheetcore-dot-tdxspreadsheetoptionsview.md

latest1.1 KB
Original Source

TdxSpreadSheetOptionsView.CommentMarkColor Property

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

TypeDefault
TColorclDefault

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

TdxSpreadSheetOptionsView Class

TdxSpreadSheetOptionsView Members

dxSpreadSheetCore Unit