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