API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > getCustomData Method > OdDbLinkedTableData::getCustomData Method (OdInt32, OdInt32, OdString&)
OdDbLinkedTableData::getCustomData Method (OdInt32, OdInt32, OdString&)
Syntax
C++
virtual OdValue getCustomData(OdInt32 nRow, OdInt32 nCol, const OdString& sKey) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  
const OdString& sKey 
[in] Key to use for the custom data. 

Returns the custom data value of a cell, column or row as an OdInt32 value. Use a valid row index and pass the column index '-1' to get the row data. Use a valid column index and pass the row index '-1' to get the column data. 

 

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