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

Content layout of the specified cell.

Returns the content layout of the specified cell. 

 

Returning value should be one of following values: 

 

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