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