Skip to main content

dxSpreadSheetSelectionColors Constant

Specifies a set of colors used for highlighting the referenced areas in formula expressions.

Declaration

const dxSpreadSheetSelectionColors: array[0..6] of TColor = ($ED8C5F, $605EEB, $C2618D, $39962D, $914CBF, $2282E3, $9E7F37);

Returns

Type
array[0..6] of TColor

Remarks

This global constant stores the same set of seven colors used in Microsoft Excel® for highlighting references. The colors, determined in the dxSpreadSheetSelectionColors global constant, are used successively. If there are more than seven highlighted references, the Spreadsheet Control starts from the beginning of the list of colors:

See Also