1金币
Dim cmbText As New FarPoint.Web.Spread.MultiColumnComboBoxCellType
cmbText.DataColumn = 0
cmbText.ColumnEditName = "名称"
cmbText.ShowButton = True ‘整列设置为MultiColumnComboBoxCellType类型,现在希望在获得焦点的单元格显示下拉按钮
,这一列其余行不显示下拉按钮,请问有没有这个属性可以设置
FpSpread1.ActiveSheetView.Columns(3).CellType=cmbText
|
|