CellAddress
Overview
CellAddress is a struct in Aspose.Cells FOSS for .NET.
Inherits from: IEquatable<CellAddress>.
Represents cell address.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
RowIndex | int | Read | Gets the zero‑based row index of the cell address |
ColumnIndex | int | Read | Gets the zero‑based column index of the cell address |
Methods
| Signature | Description |
|---|---|
CellAddress(rowIndex: int, columnIndex: int) | The zero-based column index. |
Parse(cellReference: string) | The cell address. |
Equals(other: CellAddress) | if the condition is met; otherwise, . |
Equals(obj: object) | if the condition is met; otherwise, . |
GetHashCode() | The int. |
ToString() | The string. |