Clarify what this method does. Also remove inaccuracies.

Change-Id: I2d6bda3dccb2040558bd7d4daa9d9b3b43b2d528
This commit is contained in:
Kohei Yoshida
2017-02-11 16:29:17 -05:00
parent 5fea81e4bf
commit 2aea0d0148

View File

@@ -350,7 +350,15 @@ public:
inline size_t hash() const;
/// "A1" or "$A$1" or R1C1 or R[1]C[1]
/**
* Create a human-readable string representation of the cell address. You
* cannot specify precise formatting with this method; use Format() if you
* need to specify how the address needs to be formatted.
*
* The address string does not display sheet name.
*
* @return human-readable string representation of the cell address.
*/
OUString GetColRowString() const;
};