CellAddress

General

CellAddress is a struct in Aspose.Cells for NET. Inherits from: IEquatable<CellAddress>.

CellAddress és una estructura en Aspose.Cells per NET. Hereta de: ゚IEquatable`.

CellAddress.CellAddress crea una nova adreça a partir dels índexs de columnes i filas donats.

Propietats

NameTypeAccessDescription
RowIndexintReadGets the zero‑based row index of the cell address
ColumnIndexintReadGets the zero‑based column index of the cell address

Mètodes

SignatureDescription
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
 Català