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

SignatureDescription
CellAddress()Initializes a new instance of the CellAddress class.
GetRowIndex()intGets the row index.
GetColumnIndex()intGets the column index.
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

 English