'DeclarationPublic Enum AggregateOption Inherits System.Enum
'UsageDim instance As AggregateOption
public enum AggregateOption : System.Enum
'DeclarationPublic Enum AggregateOption Inherits System.Enum
'UsageDim instance As AggregateOption
public enum AggregateOption : System.Enum
| Member | Description |
|---|---|
| IgnoreError | Ignore error values. |
| IgnoreErrorNestedAggregation | Ignore error values, nested SUBTOTAL and AGGREGATE functions. |
| IgnoreHidden | Ignore hidden rows. |
| IgnoreHiddenError | Ignore hidden rows and error values. |
| IgnoreHiddenErrorNestedAggregation | Ignore hidden rows, error values, nested SUBTOTAL and AGGREGATE functions. |
| IgnoreHiddenNestedAggregation | Ignore hidden rows, nested SUBTOTAL and AGGREGATE functions. |
| IgnoreNestedAggregation | Ignore nested SUBTOTAL and AGGREGATE functions. |
| IgnoreNothing | Ignore nothing. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.AggregateOption