CellArea
CellArea
Overview
CellArea 是一个在Aspose.Cells FOSS中的结构. 继承人: IComparable.
代表细胞区域.
这个结构提供了3种方法,用于在NET程序中与CellArea对象工作. 有的方法包括: CompareTo, CreateCellArea, ToString. 所有出口的成员都可访问任何NET应用程序,在安装了Aspose.Cells FOSS for .NET包后. 特性: EndColumn, EndRow, StartColumn, StartRow.
Description
CellArea 是一个类在Aspose.Cells FOSS库的NET,它暴露了4个方法和4种属性用于编程使用. 它扩展到 IComparable, 继承了其母型的共享功能.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
StartRow | int | 阅读/写作 | 得到或设置起始行. |
EndRow | int | 阅读/写作 | 得到或设置最后一行. |
StartColumn | int | 阅读/写作 | 得到或设置起始列. |
EndColumn | int | 阅读/写作 | 得到或设置终点列. |
Methods
| Signature | Description |
|---|---|
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int) | 细胞区域. |
CreateCellArea(startCellName: string, endCellName: string) | 细胞区域. |
CompareTo(obj: object) | 结果是比较. |
ToString() | 这是一个很好的方法. |