ig.excel.AverageConditionalFormat
Dependencies
-
aboveBelow
- .aboveBelow( );
- Return Type:
- ig.excel.FormatConditionAboveBelow
- Return Type Description:
- Returns a FormatConditionAboveBelow.
Returns a value which determines the manner in which cell values are compared against the average or standard deviation for the associated range.
See Also
-
aboveBelow
- .aboveBelow( value:ig.excel.FormatConditionAboveBelow );
- Return Type:
- ig.excel.FormatConditionAboveBelow
- Return Type Description:
- Returns a 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
See Also
-
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