Rows
概述
Rows 是一个类在Aspose.PDF FOSS的.NET中. 继承人: IEnumerable<Row>, IDisposable.
在表中集合列.
本类提供了在.NET 程序中使用行对象的10种方法. 有的方法包括: Add, At, Dispose, GetEnumerator, IndexOf, Remove, RemoveAt, RemoveRange, Rows. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Count.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Count | int | 阅读 | 排列数. |
方法
| Signature | 描述情况 |
|---|---|
Rows() | 构建一个独立的行集合 (没有父表). |
Add() | 添加一个新的空行,然后返回. |
Add(row: Row) | 添加一个现有行. |
At(index: int) | 通过索引获取一行。. |
IndexOf(row: Row) | 集合中的行索引,或 -1. |
Remove(row: Row) | 删除第一个行出现. |
RemoveAt(index: int) | 删除给定基于0的索引. |
RemoveRange(index: int, count: int) | 删除从索引开始的数行. |
Dispose() | 释放所有收藏所持有的资源. |
GetEnumerator() | 在这个行实例中调用 GetEnumerator. |