API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::CellMargin Enumeration
OdDb::CellMargin Enumeration
Syntax
C++
enum CellMargin { kCellMarginTop = 0x01, kCellMarginLeft = 0x02, kCellMarginBottom = 0x04, kCellMarginRight = 0x08, kCellMarginHorzSpacing = 0x10, kCellMarginVertSpacing = 0x20 };

DbTableStyle.h

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