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) |