| FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Data 名前空間 : SpreadDataColumnCollection クラス |
このクラスのメンバの一覧は、SpreadDataColumnCollectionメンバを参照してください。
| 名前 | 説明 | |
|---|---|---|
![]() | Add | 指定した列を追加します。 |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Contains | 指定した名前を持つ列がこのコレクションに含まれるかどうかを判定します。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | オーバーロードされます。 指定した列のインデックスを取得します。 |
![]() | InsertAt | 指定したインデックスに列を挿入します。 |
![]() | Remove | オーバーロードされます。 指定した列を削除します。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
| 名前 | 説明 | |
|---|---|---|
![]() | OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | オーバーライドされます。 System.Collections.CollectionBaseインスタンスの内容をクリアした後で、追加のカスタム処理を実行します。 |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに新しい要素を挿入した後で、追加のカスタム処理を実行します。 |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | オーバーライドされます。 System.Collections.CollectionBaseインスタンスから要素を削除した後で、追加のカスタム処理を実行します。 |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに値を設定した後で、追加のカスタム処理を実行します。 |
![]() | OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |