CellAddress
Overview
CellAddress is a class in Aspose.Cells FOSS for C++.
Represents cell address.
This class provides 7 methods for working with CellAddress objects in C++ programs.
Available methods include: CellAddress, Equals, GetColumnIndex, GetHashCode, GetRowIndex, Parse, ToString.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
CellAddress() | Initializes a new instance of the CellAddress class. |
GetRowIndex() → int | Gets the row index. |
GetColumnIndex() → int | Gets the column index. |
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. |