| FarPoint.Web.Spread 名前空間 > FilterItemCollection クラス : Insert メソッド |
'DeclarationPublic Sub Insert( _ ByVal index As Integer, _ ByVal filterItem As IFilterItem _ )
public void Insert( int index, IFilterItem filterItem )
| 例外 | 説明 |
|---|---|
| System.ArgumentOutOfRangeException | 表示名が存在しないか、指定されたカスタム フィルタの表示名の長さが0になっています。 |
| System.ArgumentException | カスタム フィルタが指定されていないか、指定されたカスタム フィルタが NULL です。 |
| System.ArgumentException | コレクション内の指定の位置にフィルタ項目を挿入します。 |
| System.ArgumentException | フィルタ項目リストからカスタム フィルタ項目を削除します。DefaultFilterItem がリストに存在する場合、その項目はリストから削除されません。 |