Add
内容
[
隐藏
]Add(int, int, int)
向集合添加水平分页符。
public int Add(int row, int startColumn, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引,从零开始。 |
startColumn | Int32 | 起始列索引,从零开始。 |
endColumn | Int32 | 结束列索引,从零开始。 |
返回值
HorizontalPageBreak
对象索引。
评论
此方法用于在打印区域内添加水平分页符。
也可以看看
- class HorizontalPageBreakCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Add(int)
向集合添加水平分页符。
public int Add(int row)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格行索引,从零开始。 |
返回值
HorizontalPageBreak
对象索引。
评论
单元格左上角添加分页符。 请同时设置水平分页符和垂直分页符。
也可以看看
- class HorizontalPageBreakCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Add(int, int)
向集合添加水平分页符。
public int Add(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格行索引,从零开始。 |
column | Int32 | 单元格列索引,从零开始。 |
返回值
HorizontalPageBreak
对象索引。
评论
单元格左上角添加分页符。 请同时设置水平分页符和垂直分页符。
也可以看看
- class HorizontalPageBreakCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Add(string)
向集合添加水平分页符。
public int Add(string cellName)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 单元格名称。 |
返回值
HorizontalPageBreak
对象索引。
评论
单元格左上角添加分页符。 请同时设置水平分页符和垂直分页符。
也可以看看
- class HorizontalPageBreakCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells