MergeRegion

Overview

MergeRegion 是 C++ 的 FOSS 中的 Aspose.Cells 类.

代表合并区域.

本类提供了5种方法,用于在C++程序中与MergeRegion对象工作. 有的方法包括: GetFirstColumn, GetFirstRow, GetTotalColumns, GetTotalRows, MergeRegion. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
MergeRegion()启动一个新的类实例.
GetFirstRow()int得到第一排.
GetFirstColumn()int得到第一列.
GetTotalRows()int得到了整个行数.
GetTotalColumns()int得到了总列.

See Also

 中文