API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > isAutoScale Method > OdDbFormattedTableData::isAutoScale Method (OdInt32, OdInt32)
OdDbFormattedTableData::isAutoScale Method (OdInt32, OdInt32)
Syntax
C++
virtual bool isAutoScale(OdInt32 nRow, OdInt32 nCol) const;
Parameters 
Description 
OdInt32 nRow 
[in] Row index of the cell.  
OdInt32 nCol 
[in] Column index of the cell.  

True if the data in the zero content of the cell is auto-scaled; false otherwise.

Indicates whether the data in the zero content of a cell is auto-scaled or not. 

 

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