Table of Contents

TTMSFNCDataGridAverageKind Enumeration

Selects how a value is compared against the scope's mean for an average rule.

API unit family: TMSFNCDataGridConditionalFormatting

Members

Name Description
akAbove The value is strictly above the mean.
akBelow The value is strictly below the mean.
akAboveOrEqual The value is above or equal to the mean.
akBelowOrEqual The value is below or equal to the mean.
akAbovePlusStdDev The value is above the mean plus one standard deviation.
akBelowMinusStdDev The value is below the mean minus one standard deviation.