CellAddress

Overview

CellAddress is a class in Aspose.Cells FOSS for C++.

Represents cell address.

Methods

SignatureDescription
Parse(cellReference: std::string_view)CellAddressParses the specified value. The cell reference. The cell address.
Equals(other: CellAddress)boolDetermines whether the specified value is equal to the current instance. The other cell address. true if the condition is met; otherwise, false.
GetHashCode()intReturns a hash code for the current instance. The hash code.
ToString()std::stringReturns the string representation of the current instance. The string.

See Also