FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 : SheetViewCollection クラス |
SheetViewCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 説明 | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 |
![]() | Count | コレクション内のシート(SheetViewオブジェクト)の数を取得または設定します。 |
![]() | IsFixedSize | コレクションが固定サイズであるかどうかを判定します (この実装は常にFalseを返します)。 |
![]() | IsReadOnly | コレクションが読み取り専用であるかどうかを判定します (この実装は常にFalseを返します)。 |
![]() | Item | オーバーロードされます。 コレクションの指定した位置のシート(SheetViewオブジェクト)を取得または設定します。 |
名前 | 説明 | |
---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | Add | コレクションにシートを追加します。 |
![]() | AddRange | オーバーロードされます。 シートの範囲をコレクションに追加します。 |
![]() | Clear | すべてのシートをコレクションから削除します。 |
![]() | Contains | コレクションに指定したシートがを含まれるかどうかを判定します。 |
![]() | CopyTo | コレクション内のシートを配列にコピーします。 |
![]() | Find | コレクションから指定した名前のシートを検索します。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | コレクション内の指定したシートのインデックスを返します。 |
![]() | Insert | コレクションの指定したインデックスにシートを挿入します。 |
![]() | Move | 指定した SheetView をコレクション内の異なるインデックスに移動します。 |
![]() | Remove | 指定したシートをコレクションから削除します。 |
![]() | RemoveAt | コレクションから指定したインデックスのシート(SheetViewオブジェクト)を削除します。 |
名前 | 説明 | |
---|---|---|
![]() | OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | Changed | コレクション内でシートが追加、削除、または変更されたときに発生します。 |
![]() | Changing | コレクション内でシートが追加、削除、または変更されようとしているときに発生します。 |