GetEnumerator
RowCollection.GetEnumerator 方法
返回一个枚举器,用于迭代集合。
public IEnumerator<IRow> GetEnumerator()
返回值
一个可以用于迭代集合的 IEnumerator。
另请参见
- 接口 IRow
- 类 RowCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
返回一个枚举器,用于迭代集合。
public IEnumerator<IRow> GetEnumerator()
一个可以用于迭代集合的 IEnumerator。