[]
GcNumberCellType の表示フィールドコレクションを表します。
public class NumberDisplayFieldCollectionInfo : NamedObjectCollection<NumberDisplayFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class NumberDisplayFieldCollectionInfo
Inherits NamedObjectCollection(Of NumberDisplayFieldInfo)
Implements IList, ICollection, IEnumerable, ICloneable
| 名前 | 説明 |
|---|---|
| NumberDisplayFieldCollectionInfo() | NumberDisplayFieldCollectionInfo クラスの新しいインスタンスを初期化します。 |
| 名前 | 説明 |
|---|---|
| AddRange(string) | 指定した書式文字列から作成された別のIList |
| AddRange(string, string, string, string, string) | 指定した引数から作成された別のIList |
| OnAddRange(object[]) | CollectionBaseインスタンスに新しい要素配列を挿入する前に、追加のカスタム処理を実行し |
| OnInsert(int, object) | CollectionBaseインスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。 |
| OnSet(int, object, object) | CollectionBaseインスタンスに値を設定する前に、追加のカスタム処理を実行します。 |