FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MultiColumnComboBoxCellType Class : MultiColumnComboBoxCellType Constructor |
'Declaration Public Function New()
'Usage Dim instance As New MultiColumnComboBoxCellType()
public MultiColumnComboBoxCellType()
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
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6