Cells

Cells class

表示行的单元格集合。

public sealed class Cells : IEnumerable<Cell>

构造函数

姓名描述
Cells()默认构造函数。

特性

姓名描述
Count { get; }项目数。
Item { get; set; }获取或设置单元格。

方法

姓名描述
Add()将单元格添加到集合中。
Add(Cell)将单元格添加到集合中。
Add(string)将单元格添加到集合中。
Add(string, TextState)将单元格添加到集合中。
Dispose()处理方法
GetEnumerator()获取集合的枚举器。
Insert(int, Cell)将单元格插入集合。
Remove(Cell)从集合中删除单元集。
RemoveRange(int, int)从集合中删除单元集。

也可以看看