ig.excel.AverageConditionalFormat
Dependencies
-
aboveBelow
- .aboveBelow( );
Returns a value which determines the manner in which cell values are compared against the average or standard deviation for the associated range.
-
aboveBelow
- .aboveBelow( value:ig.excel.FormatConditionAboveBelow );
Sets a value which determines the manner in which cell values are compared against the average or standard deviation for the associated range.
- value
- Type:ig.excel.FormatConditionAboveBelow
-
numericStandardDeviation
- .numericStandardDeviation( );
Returns the numeric standard deviation for this condition. Applicable only when the AverageConditionalFormat.aboveBelow property is set to 'AboveStandardDeviation' or 'BelowStandardDeviation'.
-
numericStandardDeviation
- .numericStandardDeviation( value:number );
Sets the numeric standard deviation for this condition. Applicable only when the AverageConditionalFormat.aboveBelow property is set to 'AboveStandardDeviation' or 'BelowStandardDeviation'.
- value
- Type:number