SSpread.AppearanceStyle Property
Sets the design of the entire spreadsheet.
Specify the following values.
| Constant | Value | Description |
|---|---|---|
| $AppearanceStyleClassic | 0 | Standard style Standard design for Windows 2000 |
| $AppearanceStyleVisualStyles | 1 | Visual style Standard design for Windows XP |
| $AppearanceStyleEnhanced | 2 | Extended style Spreadsheet’s unique design |
The initial value depends on the OS setting and the DisplayObject.VisualStyle property setting.
$AppearanceStyleClassic in the classic theme environment, $AppearanceStyle Enhanced otherwise.
The design of scroll bars, buttons placed in cells, checkboxes, etc. will also be changed.
Set the ScrollBarStyle property, to set the scrollbar design.
Set the UseVisualStyles property, to set the design of the buttons and checkboxes placed in the cell.
※ As a general rule, properties that set the spreadsheet design, such as this property, should be set first when the SSpread object is initialized. Programs that switch over and over while working with the spreadsheet are not recommended as they may temporarily misdraw the spreadsheet.
Related Items
ScrollBarStyle, UseVisualStyles, DisplayObject.VisualStyle property