The following functions from versions prior to Spread 6.0 are supported for backwards compatibility this version of the product, but might not be supported in future versions. Please review your existing projects and update them according to the options described in the following table.
Obsolete Functions | Use This Instead |
---|---|
SSGetCellType, SSSetCellType, SSSetCellTypeRange lpCellType parameter settings: –SS_TYPE_FLOAT –SS_TYPE_INTEGER |
SSGetCellType, SSSetCellType, SSSetCellTypeRange lpCellType parameter settings: SS_TYPE_CURRENCY, SS_TYPE_NUMBER, or SS_TYPE_PERCENT as appropriate |
SSSetTypeFloat, SSSetTypeFloatExt, SSSetTypeInteger, SSSetTypeIntegerExt, SSGetDefFloatFormat, or SSSetDefFloatFormat |
SSSetTypeCurrency, SSSetTypeCurrencyEx, SSSetTypeNumber, SSSetTypeNumberEx, SSSetTypePercent, or SSSetTypePercentEx as appropriate |
The SS_FLOATFORMAT structure is supported for backwards compatibility in this version of the product, but might not be supported in future versions. Please review your existing projects and update them accordingly.