API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::hasFormula Method
OdDbLinkedTableData::hasFormula Method
Syntax
C++
virtual bool hasFormula(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.  

True if the cell has a formula in the specified content; false otherwise.

Checks if the cell has a formula in the specified content. 

 

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