Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CheckBoxListCellType Class / Items Property
In This Topic
    Items Property (CheckBoxListCellType)
    In This Topic
    Gets or sets the items for the check-box-list list.
    Syntax
    public System.Collections.Generic.IList<SelectFieldItem> Items {get;}
    See Also