다음을 통해 공유


GridCellCollection 클래스

정의

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)

적용 대상