Parameters |
Description |
OdInt32 row |
[in] Row index of the cell. |
OdInt32 col |
[in] Column index of the cell. |
OdInt32 nContent |
[in] Number of content. |
OdValue::FormatOption nOption |
[in] Format option of the value. |
Text string.
Returns the text string of the cell as an OdString value.
Format option is the enumeration and takes one of the following values:
Name |
Value |
kFormatOptionNone |
0x00 |
kForEditing |
0x01 |
kForExpression |
0x02 |
kUseMaximumPrecision |
0x04 |
kIgnoreMtextFormat |
0x08 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|