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

dxSpreadSheetSelectionColors Constant

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

#Declaration

Delphi
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