GridRowCollection
GridRowCollection class
封装了一个集合GridRow
对象.
public class GridRowCollection
特性
姓名 | 描述 |
---|---|
Count { get; } | |
Item { get; } | 得到一个给定行索引的对象。给定行索引的 Row 对象如果之前不存在将被实例化。 |
方法
姓名 | 描述 |
---|---|
GetEnumerator() | 获取行 enumerator |
GetRowByIndex(int) | 通过列表中的位置获取行对象。 |
封装了一个集合GridRow
对象.
public class GridRowCollection
姓名 | 描述 |
---|---|
Count { get; } | |
Item { get; } | 得到一个给定行索引的对象。给定行索引的 Row 对象如果之前不存在将被实例化。 |
姓名 | 描述 |
---|---|
GetEnumerator() | 获取行 enumerator |
GetRowByIndex(int) | 通过列表中的位置获取行对象。 |