[]
Represents the type of cell control.
public enum CellControlType
Public Enum CellControlType
| Name | Description |
|---|---|
| Checkbox | Indicates that the cell control is checkbox. |
| None | Default type of cell control. The cell control object on a range with no cell control formatting will return None as its type. |
| Unknown | Type associated with a future CellControl object for backward compatibility. |