バージョン

ApplyAverageFilter メソッド (WorksheetTableColumn)

シンタックス
'宣言
 
Public Function ApplyAverageFilter( _
   ByVal type As AverageFilterType _
) As AverageFilter
public AverageFilter ApplyAverageFilter( 
   AverageFilterType type
)

パラメータ

type
データ範囲の平均を下回るデータに絞り込むか、平均を上回るデータに絞り込むかを示す値。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentExceptiontypeInfragistics.Documents.Excel.Filtering.AverageFilterType 列挙体で定義されていないです。
System.InvalidOperationException所有テーブルの WorksheetTable.IsFilterUIVisible 値は False です。 ヘッダー行またはフィルター ボタンが非表示の時にフィルターを適用できません。
System.InvalidOperationException列がテーブルから削除された場合。
参照