API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::setAlignment Method
OdDbTable::setAlignment Method
Syntax
C++
virtual void setAlignment(OdUInt32 row, OdUInt32 column, OdDb::CellAlignment alignment);
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell.  
OdDb::CellAlignment alignment 
[in] Alignment.
Alignment must be one of the following:
 

Sets the cell alignment for the specified cell in this table entity (DXF 170). 

 

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