API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::setMargin Method
OdDbTable::setMargin Method
Syntax
C++
void setMargin(OdInt32 row, OdInt32 col, OdDb::CellMargin nMargins, double fMargin);
Parameters 
Description 
OdInt32 row 
[in] Row index.  
OdInt32 col 
[in] Column index.  
OdDb::CellMargin nMargins 
[in] Margin type.  
double fMargin 
[in] Margin value. 

Sets the margin to the cell, row or column. Use a valid row index and pass the column index '-1' to set the margin for the row. Use a valid column index and pass the row index '-1' to set the margin for the column. 

 

Margin type should be a combination of one or more of the following values: 

 

Name 
Value 
kCellMarginTop 
0x01 
kCellMarginLeft 
0x02 
kCellMarginBottom 
0x04 
kCellMarginRight 
0x08 
kCellMarginHorzSpacing 
0x10 
kCellMarginVertSpacing 
0x20 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.