[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo

NumberDisplayFieldCollectionInfo クラス

GcNumberCellType の表示フィールドコレクションを表します。

名前空間: GrapeCity.Win.Spread.InputMan.CellType
アセンブリ: GrapeCity.Win.PluginInputMan.dll
構文
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インスタンスに値を設定する前に、追加のカスタム処理を実行します。