Description
This .NET class wraps the CellOption ObjectARX enum.
For internal use only.
Visual Basic
Public Enum CellOption None InheritCellFormat End Enum
C#
public enum CellOption { None, InheritCellFormat }
Members
| Members | Description |
|---|---|
| None | No option |
| InheritCellFormat | Field should inherit the cell format |