API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::cellStyle Method
OdDbTable::cellStyle Method
Syntax
C++
OdString cellStyle(OdInt32 row, OdInt32 col) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  

Cell style.

Returns the cell style as an OdString value. Use a valid row index and pass the column index '-1' to get the style for the row. Use a valid column index and pass the row index '-1' to get the style for the column. 

 

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