If you have used previous versions of Spread, you should read these topics to familiarize yourself with the updates available in Spread version 8.0. For additional information and instructions for upgrading your existing projects, see Project Upgrade.
New Functions
- PaintControl
- SSAddCustomCellType
- SSRemoveCustomCellType
- SSEnumCustomCellType
- SSEnumCustomCellTypeLen
- SSGetCustomCellType
- SSGetCustomEditor
- SSGetCustomRenderer
- SSGetBuffer
- SSSetBuffer
- SSGetCustomItemData
- SSSetCustomItemData
- SSSetTypeCustom
- SSSetHighlightHeaders
- SSGetHighlightHeaders
- SSSetHighlightStyle
- SSGetHighlightStyle
- SSSetHighlightAlphaBlend
- SSGetHighlightAlphaBlend
- SSGetAppearanceStyle
- SSSetAppearanceStyle
- SSGetEnhanceStaticCells
- SSSetEnhanceStaticCells
- SSOpenExcel2007File
- SSSaveExcel2007File
- SSGetScrollBarStyle
- SSSetScrollBarStyle
- SSSetTabEnhancedShape
- SSGetTabEnhancedShape
- SSGetTabStripButtonPolicy
- SSSetTabStripButtonPolicy
- SSSetUseVisualStyles
- SSGetUseVisualStyles
- SSIsExcel2007File
- SSIsHorizontalScrollBarVisible
- SSIsVerticalScrollBarVisible
- SSGetCellNoteIndicatorColor
- SSSetCellNoteIndicatorColor
- SSGetCellNoteIndicatorShape
- SSSetCellNoteIndicatorShape
- SSSetEnhancedCornerColors
- SSSetEnhancedColumnHeaderColors
- SSSetEnhancedRowHeaderColors
- SSSetEnhancedScrollBarColors
- SSSetEnhancedSheetTabColors
- SSExportRangeToHTMLEx
- SSExportToHTMLEx
New Structures
- SS_CIRCULARFORMULA
- SS_CT_APPEARANCE
- SS_CT_BUFFER
- SS_CT_CREATEEDITORCONTROL_ARGS
- SS_CT_CREATERENDERERCONTROL_ARGS
- SS_CT_INITIALIZECONTROL_ARGS
- SS_CT_GETEDITORVALUE_ARGS
- SS_CT_SETVALUE_ARGS
- SS_CT_STARTEDITING_ARGS
- SS_CT_CANCELEDITING_ARGS
- SS_CT_STOPEDITING_ARGS
- SS_CT_ISRESERVEDKEY_ARGS
- SS_CT_ISRESERVEDLOCATION_ARGS
- SS_CT_ISVALID_ARGS
- SS_CT_GETRESERVEDCURSOR_ARGS
- SS_CT_GETPREFERREDSIZE_ARGS
- SS_CT_PAINTCELL_ARGS
- SS_CT_STRINGFORMAT_ARGS
- SS_CT_STRINGUNFORMAT_ARGS
- SS_CT_PROCS
- SS_CT_VALUE
New Messages
Obsolete Functions and Structures
- The SS_PRINTFORMAT structure fSmartPrint field is obsolete, but still provided for backwards compatability. For best results, change your existing code and in new code use the wScalingMethod field to specify how to scale the printed spreadsheet.
- Users of Spread 3.0 and Spread 3.5 should see the list of Obsolete Functions from Previous Versions.