API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > textString Method > OdDbTable::textString Method (OdInt32, OdInt32, OdValue::FormatOption)
OdDbTable::textString Method (OdInt32, OdInt32, OdValue::FormatOption)
Syntax
C++
OdString textString(OdInt32 row, OdInt32 col, OdValue::FormatOption nOption) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  
OdValue::FormatOption nOption 
[in] Format option of the value. 

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.