API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::setFormula Method
OdDbLinkedTableData::setFormula Method
Syntax
C++
virtual void setFormula(OdInt32 nRow, OdInt32 nCol, OdUInt32 nContent, const OdString sFormula);
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  
OdUInt32 nContent 
[in] Number of content.  
const OdString sFormula 
[in] Formula. 

Sets the formula of the specified content of a cell. 

 

Method generates the eNotImplementedYet exception.

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