Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IDropDowns Interface
Members


In This Topic
    IDropDowns Interface
    In This Topic
    Represents a list of drop down controls.
    Object Model
    IDropDowns Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IDropDowns 
       Inherits GrapeCity.Spreadsheet.IReadonlyArray(Of IDropDown) 
    'Usage
     
    Dim instance As IDropDowns
    [DefaultMember("Item")]
    public interface IDropDowns : GrapeCity.Spreadsheet.IReadonlyArray<IDropDown>  
    See Also