GridCellCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class GridCellCollection : System::Collections::CollectionBase
public class GridCellCollection : System.Collections.CollectionBase
type GridCellCollection = class
inherit CollectionBase
Public Class GridCellCollection
Inherits CollectionBase
- 継承
-
GridCellCollection
コンストラクター
| GridCellCollection() | |
| GridCellCollection(GridCell[]) | |
| GridCellCollection(GridCellCollection) |
プロパティ
| Item[Int32] |
メソッド
| Add(GridCell) | |
| AddRange(GridCell[]) | |
| AddRange(GridCellCollection) | |
| Contains(GridCell) | |
| CopyTo(GridCell[], Int32) | |
| IndexOf(GridCell) | |
| Insert(Int32, GridCell) | |
| Remove(GridCell) |