CellAddress

Overview

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

Represents cell address.

Properties

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

Methods

SignatureDescription
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.

See Also