[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollectionInfo

ButtonTextCollectionInfo クラス

サイドボタンのコレクションを表します。

継承
ButtonTextCollectionInfo
名前空間: GrapeCity.Win.Spread.InputMan.CellType
アセンブリ: GrapeCity.Win.PluginInputMan.dll
構文
public class ButtonTextCollectionInfo : BaseKeyCollection, ICollection, IEnumerable, ICloneable
Public Class ButtonTextCollectionInfo
    Inherits BaseKeyCollection
    Implements ICollection, IEnumerable, ICloneable

コンストラクター

名前 説明
ButtonTextCollectionInfo()

ButtonTextCollectionInfo コンストラクタクラスの新しいインスタンスを初期化します。

ButtonTextCollectionInfo(string[], string[])

ButtonTextCollectionInfo コンストラクタクラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
this[int]

指定したインデックスに従って値を取得します。

this[string]

指定したキーに従って値を取得します。

メソッド

名前 説明
Add(string, string)

ButtonTextCollectionInfoに項目を追加します。

AddRange(string[], string[])

ButtonTextCollectionInfoに項目を追加します。

CopyTo(string[])

指定の配列にコレクションの項目をコピーします。

CopyTo(string[], int)

指定配列の指定位置から、コレクションの項目をコピーします。

Insert(int, string, string)

ButtonTextCollectionInfoに項目を追加します。

IsKeyValid(string)

キーが有効かどうかをチェックします。