GC.Spread.Sheets.CellTypes Namespace
In This Topic
Namespace for cell types.
Types
| type | Description |
| Base | Represents the base class for the other cell type classes. |
| Button | Represents a button cell. |
| ButtonList | Represents an editable buttonList cell. |
| CheckBox | Represents a check box cell. |
| CheckBoxList | Represents an editable CheckBoxList cell. |
| ColumnHeader | Represents the painter of the column header cells. |
| ComboBox | Represents an editable combo box cell. |
| Corner | Represents the painter of the corner cell. |
| HyperLink | Represents the hyperlink cell. |
| RadioButtonList | Represents an editable radio button list cell. |
| RangeTemplate | |
| RowHeader | Represents the painter of the row header cells. |
| Text | Represents a text cell type. |
Enumerations
| Enumeration | Description |
| CheckBoxTextAlign | Specifies the text alignment for check box cells. |
| Direction | Specifies the extend direction for radio list cells. |
| EditorType | Represents the editor type of text cell type. |
| EditorValueType | Specifies what is written out to the data model for a selected item from certain cell types that offer a selection of multiple values. |
| HyperLinkTargetType | Specifies the hyperlink's target type. |
| SelectionMode | Specifies the text selection mode for buttonList cells. |
| TextAlign | Specifies the text alignment for check box cells. |
See Also