CellType Enumeration

Declares the cell data type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum CellType
Members
Member nameValueDescription
Text0 Simple text
Graphic1 Embedded graphic
Parameter2 Data bound parameter
Inherited3 the type is inherited from the column or section if appropriate
CombinedParameter4 The type is combined parameter
CalculatedValue5 The type is a calculated value
ParameterText6 Read only parameter which only show formatted string
CustomField7 Data bounded to a Schedule Custom Field.
See Also