Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::contentLayout Method
Syntax
C++
virtual OdDb::CellContentLayout contentLayout(OdInt32 nRow, OdInt32 nCol) const;

Returns the content layout of the specified cell. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.

Content layout of the specified cell.

Returning value should be one of following values: 

 

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