Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::contentLayout Method
Syntax
C++
OdDb::CellContentLayout contentLayout(OdInt32 row, OdInt32 col) const;

Returns the content layout of the cell. 

 

Parameters
Description
row
[in] Row index of the cell.
col
[in] Column index of the cell.

Content layout.

Returning value should have one of following values: 

 

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