Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ComboBoxCellType Class / Items Property
In This Topic
    Items Property (ComboBoxCellType)
    In This Topic
    Gets the items for the drop-down list in the combo box.
    Syntax
    public System.Collections.Generic.IList<object> Items {get;}
    See Also