CellAddress
Overview
CellAddress is a struct in Aspose.Cells for NET.
Inherits from: IEquatable<CellAddress>.
CellAddress.CellAddress creates a new address from the given row and column indices.
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) | Creates a new address from the given row and column indices |
Parse(cellReference: string) | Parses an A1‑style cell reference string into a CellAddress instance |
Equals(other: CellAddress) | Determines whether the given object is a CellAddress equal to this instance |
Equals(obj: object?) | |
GetHashCode() | Returns a hash code derived from the row and column indices |
ToString() | Returns the address formatted as an A1‑style string |