'宣言 Public Enum AggregateOption Inherits System.Enum
public enum AggregateOption : System.Enum
'宣言 Public Enum AggregateOption Inherits System.Enum
public enum AggregateOption : System.Enum
メンバ | 解説 |
---|---|
IgnoreError | エラー値を無視します。 |
IgnoreErrorNestedAggregation | エラー値とネストされたSUBTOTALおよびAGGREGATE関数を無視します。 |
IgnoreHidden | 非表示の行を無視します。 |
IgnoreHiddenError | 非表示の行とエラー値を無視します。 |
IgnoreHiddenErrorNestedAggregation | 非表示の行、エラー値、ネストされたSUBTOTALおよびAGGREGATE関数を無視します。 |
IgnoreHiddenNestedAggregation | 非表示の行とネストされたSUBTOTALおよびAGGREGATE関数を無視します。 |
IgnoreNestedAggregation | ネストされたSUBTOTALおよびAGGREGATE関数を無視します。 |
IgnoreNothing | 何も無視しません。 |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.AggregateOption