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

Content layout.

Returns the content layout of the cell. 

 

Returning value should have one of following values: 

 

Name 
Value 
kCellContentLayoutFlow 
0x1 
kCellContentLayoutStackedHorizontal 
0x2 
kCellContentLayoutStackedVertical 
0x4 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.