API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > setScale Method > OdDbFormattedTableData::setScale Method (OdInt32, OdInt32, OdInt32, double)
OdDbFormattedTableData::setScale Method (OdInt32, OdInt32, OdInt32, double)
Syntax
C++
virtual void setScale(OdInt32 nRow, OdInt32 nCol, OdInt32 nContent, double fScale);
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  
OdInt32 nContent 
[in] Content index.  
double fScale 
[in] Scale value. 

Sets the scale value for the specified content of a cell. 

 

Method generates the eInvalidInput exception when input row number and column number are less than 0 or greater than table size.

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