AggregateType 列挙型

定義

代表的なプロパティの最大値または最小値を使用して、グループ内の項目を並べ替えるかどうかを指定します。

public enum class AggregateType
public enum AggregateType
Public Enum AggregateType
継承
AggregateType

フィールド

Maximum 1

AggregateOn プロパティの最小値でグループが並べ替えられていることを示します。

Minimum 0

AggregateOn プロパティの最大値からグループが並べ替えられたことを示します。

適用対象