Add
Add(int, int, int, int, bool)
将 ListObject 添加到工作表中。
public int Add(int startRow, int startColumn, int endRow, int endColumn, bool hasHeaders)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 列表范围的起始行。 |
startColumn | Int32 | 列表范围的起始行。 |
endRow | Int32 | 列表范围的起始行。 |
endColumn | Int32 | 列表范围的起始行。 |
hasHeaders | Boolean | 范围是否有标题。 |
返回值
新 ListObject 的索引
也可以看看
- class ListObjectCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells
Add(string, string, bool)
将 ListObject 添加到工作表中。
public int Add(string startCell, string endCell, bool hasHeaders)
范围 | 类型 | 描述 |
---|---|---|
startCell | String | 列表范围的起始单元格。 |
endCell | String | 列表范围的结束单元格。 |
hasHeaders | Boolean | 范围是否有标题。 |
返回值
新 ListObject 的索引
也可以看看
- class ListObjectCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells