2是Float, TypeFloatDecimalPlaces是指默认两位小数
- CellTypeDate = 0,
- CellTypeEdit = 1,
- CellTypeFloat = 2,
- CellTypeInteger = 3,
- CellTypePic = 4,
- CellTypeStaticText = 5,
- CellTypeTime = 6,
- CellTypeButton = 7,
- CellTypeComboBox = 8,
- CellTypePicture = 9,
- CellTypeCheckBox = 10,
- CellTypeOwnerDrawn = 11,
- CellTypeCurrency = 12,
- CellTypeNumber = 13,
- CellTypePercent = 14,
- CellTypeScientific = 15,
- CellTypeCustom = 16
复制代码 |