Spread for ASP.NET 11 Product Documentation
MultiColumnComboBoxCellType Constructor
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MultiColumnComboBoxCellType Class : MultiColumnComboBoxCellType Constructor
Creates a new multiple-column combo box cell.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New MultiColumnComboBoxCellType()
public MultiColumnComboBoxCellType()
Example
This example creates a Multi-column combo cell.
FarPoint.Web.Spread.MultiColumnComboBoxCellType mccbct = new FarPoint.Web.Spread.MultiColumnComboBoxCellType();
mccbct.ShowButton = true;
mccbct.DataColumn = 0;
mccbct.ColumnEdit = 1;
mccbct.DataSourceID = "SpreadDataSource1";
FpSpread1.Sheets[0].Cells[0,0].CellType = mccbct;
Dim mccbct As New FarPoint.Web.Spread.MultiColumnComboBoxCellType
mccbct.ShowButton = True
mccbct.DataColumn = 0
mccbct.ColumnEdit = 1
mccbct.DataSourceID = "SpreadDataSource1"
FpSpread1.Sheets(0).Cells(0, 0).CellType = mccbct
See Also

Reference

MultiColumnComboBoxCellType Class
MultiColumnComboBoxCellType Members