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

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

Indicates whether the data in the specified content of a cell is auto-scaled or not. Returns the auto-scaled flag as a boolean value. 

 

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