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