GetEnumerator
UnionRange.GetEnumerator method
获取此 Range 中单元格的枚举器。
public IEnumerator GetEnumerator()
返回值
单元格枚举器
评论
返回的Enumerator遍历元素时,cell collection 不应该被修改(例如会导致新的Cell/Row被实例化或现有的Cell/Row被删除的操作)。 否则枚举器可能无法正确遍历所有cell (某些元素可能会被重复遍历或跳过)。
也可以看看
- class UnionRange
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells