GcSpread.Sheets Namespace : AverageCondition type |
var instance = new GcSpread.Sheets.AverageCondition(type, ranges);
function AverageCondition;
Object
GcSpread.Sheets.AverageCondition
Name | Description | |
---|---|---|
AverageCondition Constructor | Represents a new average condition of the specified type for the specified cell ranges. |
Name | Description | |
---|---|---|
ignoreBlank | Specifies whether to ignore the blank cell. | |
ranges | The cell range array for the average condition. | |
type | The expected average condition type. |
Name | Description | |
---|---|---|
evaluate | Evaluates the condition using the specified evaluator. | |
getExpected | Gets the expected value. | |
getExpectedDouble | Gets the expected double value. | |
reset | Resets this instance. |