Enum CellType
Defines the various types of cells.
Namespace: TopSolid.Cad.Drafting.Automating
Assembly: TopSolid.Cad.Drafting.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 14, 300, 140)]
public enum CellType
Remarks
This enum is available since v7.14.300.140.
Fields
| Name | Description |
|---|---|
| Merge | Merged cell. |
| None | Not a cell. |
| Normal | Normal cell. |
| Split | Split cell. |
| Unclassified | Unclassified type. |