Table of Contents

TTMSFNCDataGridFormatRuleItem.AppearanceAspects Method

The appearance aspects this rule actually sets, and therefore the aspects it claims when it matches a cell.

API unit family: TMSFNCDataGridConditionalFormatting Declaring type: TTMSFNCDataGridFormatRuleItem

Syntax

function AppearanceAspects: TTMSFNCDataGridFormatAspects;

Remarks

An aspect counts as set when it differs from the value a newly created rule has. That is why a rule cannot force an aspect back to its own default (for example a rule cannot force gtaLeading on a column that is aligned otherwise).

Returns

The set of aspects on Appearance that differ from a pristine, unset rule appearance. For a grtColorScale rule this is always [gfaFill], and for an overlay rule it is empty.