[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection

ItemTemplateCollection クラス

ItemTemplateを保持するItemTemplateCollectionクラスを表します。

継承
ItemTemplateCollection
名前空間: GrapeCity.Win.Spread.InputMan.CellType
アセンブリ: GrapeCity.Win.PluginInputMan.dll
構文
[ListBindable(false)]
public class ItemTemplateCollection : IList, ICollection, IEnumerable
<ListBindable(False)>
Public Class ItemTemplateCollection
    Implements IList, ICollection, IEnumerable

コンストラクター

名前 説明
ItemTemplateCollection()

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

プロパティ

名前 説明
Count

コレクションの項目数を取得します。

this[int]

指定した位置にある項目を取得または設定します。

メソッド

名前 説明
Add(ItemTemplate)

コレクションに項目を追加します。

Clear()

コレクション内のすべての項目をクリアします。

Contains(ItemTemplate)

コレクションに指定した項目が含まれるかどうかを判断します。

CopyTo(ItemTemplate[], int)

GrapeCity.Documents.Excel.Encryption.DirectoryEntryCollection の要素を特定の Array インデックス位置から順に Array にコピーします。

GetEnumerator()

コレクションを列挙する列挙子を取得します。

IndexOf(ItemTemplate)

項目のインデックスを取得します。

Insert(int, ItemTemplate)

コレクションの指定した位置に項目を挿入します。

Remove(ItemTemplate)

コレクションから特定の項目を削除します。

RemoveAt(int)

コレクションの特定の位置にある項目を削除します。