API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > getFieldId Method > OdDbLinkedTableData::getFieldId Method (OdInt32, OdInt32, OdUInt32)
OdDbLinkedTableData::getFieldId Method (OdInt32, OdInt32, OdUInt32)
Syntax
C++
virtual OdDbObjectId getFieldId(OdInt32 nRow, OdInt32 nCol, OdUInt32 nContent) 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.  

Field ID of the cell.

Returns the field ID of the specified content of a cell as an object of the OdDbObjectId class. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.