Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / ComboBoxCellType Constructor / ComboBoxCellType Constructor()
Example


In This Topic
    ComboBoxCellType Constructor()
    In This Topic
    Creates a new combo box.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New ComboBoxCellType()
    public ComboBoxCellType()
    Example
    This example creates a ComboBoxCellType object and makes all the cells in the first column combo boxes.
    See Also