[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellControlType

CellControlType Enum

Represents the type of cell control.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum CellControlType
Public Enum CellControlType

Fields

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.