[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ComboBoxCellType

ComboBoxCellType Class

Represents an editable combo box cell.

Inheritance
ComboBoxCellType
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class ComboBoxCellType : BaseCellType
Public Class ComboBoxCellType
    Inherits BaseCellType

Constructors

Name Description
ComboBoxCellType()

Create a combo box cell type.

Properties

Name Description
Editable

Gets or sets whether the combo box is editable.

EditorValueType

Gets or sets the value that is written to the underlying data model.

ItemHeight

Gets or sets the height of each item.

Items

Gets the items for the drop-down list in the combo box.

MaxDropDownItems

Gets or sets the maximum item count of the drop-down list per page.