Description
This .NET class wraps the CellMargins ObjectARX enum.
These values specify the margin types.
C#
public enum CellMargins { Bottom = 4, Left = 2, Right = 8, Top = 1 }
Visual Basic
Public Enum CellMargins Bottom = 4 Left = 2 Right = 8 Top = 1 End Enum
Members
Members | Description |
---|---|
Bottom = 4 | Bottom margin |
Left = 2 | Left margin |
Right = 8 | Right margin |
Top = 1 | Top margin |