CellArea
CellArea
Overview
CellArea 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表细胞区域.
本类提供了7种方法,用于在C++程序中使用CellArea对象. 有的方法包括: CellArea, CreateCellArea, GetFirstColumn, GetFirstRow, GetTotalColumns, GetTotalRows. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
CellArea() | 启动一个新的类实例. |
GetFirstRow() → int | 得到第一排. |
GetFirstColumn() → int | 得到第一列. |
GetTotalRows() → int | 得到了整个行数. |
GetTotalColumns() → int | 得到了总列. |
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int) → CellArea | 创建细胞区域.开始行,开始列,结束列.终结列的细胞区. |
CreateCellArea(startCellName: std::string_view, endCellName: std::string_view) → CellArea | 创建细胞区域.开始的细胞参考,结束的单元引用. |