'宣言 Public Function ApplyAverageFilter( _ ByVal type As AverageFilterType _ ) As AverageFilter
public AverageFilter ApplyAverageFilter( AverageFilterType type )
例外 | 解説 |
---|---|
System.ComponentModel.InvalidEnumArgumentException | type が Infragistics.Documents.Excel.Filtering.AverageFilterType 列挙体で定義されていません。 |
System.InvalidOperationException | 所有テーブルの WorksheetTable.IsFilterUIVisible 値は False です。 ヘッダー行またはフィルター ボタンが非表示の時にフィルターを適用できません。 |
System.InvalidOperationException | 列がテーブルから削除された場合。 |