MergeRegion
MergeRegion
Overview
MergeRegion 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表合并区域.
本类提供了5种方法,用于在C++程序中与MergeRegion对象工作. 有的方法包括: GetFirstColumn, GetFirstRow, GetTotalColumns, GetTotalRows, MergeRegion. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
MergeRegion() | 启动一个新的类实例. |
GetFirstRow() → int | 得到第一排. |
GetFirstColumn() → int | 得到第一列. |
GetTotalRows() → int | 得到了整个行数. |
GetTotalColumns() → int | 得到了总列. |