Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::textString Method (OdInt32, OdInt32, OdInt32, OdValue::FormatOption)
Syntax
C++
OdString textString(OdInt32 row, OdInt32 col, OdInt32 nContent, OdValue::FormatOption nOption) const;

Returns the text string of the cell as an OdString value. 

 

Parameters
Description
row
[in] Row index of the cell.
col
[in] Column index of the cell.
nContent
[in] Number of content.
nOption
[in] Format option of the value.

Text string.

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-2022. Open Design Alliance All rights reserved.