[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ComboBoxCellType.ItemHeight

ItemHeight Property

ItemHeight

Gets or sets the height of each item.

Declaration
public int ItemHeight { get; set; }
Public Property ItemHeight As Integer
Examples
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.ItemHeight = 24;
int itemHeight = cellType.ItemHeight;