API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > getText Method > OdDbLinkedTableData::getText Method (OdInt32, OdInt32, OdUInt32, OdValue::FormatOption)
OdDbLinkedTableData::getText Method (OdInt32, OdInt32, OdUInt32, OdValue::FormatOption)
Syntax
C++
virtual OdString getText(OdInt32 nRow, OdInt32 nCol, OdUInt32 nContent, OdValue::FormatOption nOption) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  
OdUInt32 nContent 
[in] Number of content.  
OdValue::FormatOption nOption 
[in] Format option of the value.  

Content text string.

Returns the text string from the specified content of a cell as an OdString value. 

 

Format option is an enumerator 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.