CellAddress
Overview
CellAddress is a class in Aspose.Cells FOSS for C++.
Represents cell address.
Methods
| Signature | Description |
|---|---|
Parse(cellReference: std::string_view) → CellAddress | Parses the specified value. The cell reference. The cell address. |
Equals(other: CellAddress) → bool | Determines whether the specified value is equal to the current instance. The other cell address. true if the condition is met; otherwise, false. |
GetHashCode() → int | Returns a hash code for the current instance. The hash code. |
ToString() → std::string | Returns the string representation of the current instance. The string. |