API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::CellEdgeMask Enumeration
OdDb::CellEdgeMask Enumeration
Syntax
C++
enum CellEdgeMask { kTopMask = 0x1, kRightMask = 0x2, kBottomMask = 0x4, kLeftMask = 0x8 };

DbTableStyle.h

This is record OdDb::CellEdgeMask.

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