Link Search Menu Expand Document

SSpread.ScrollBarVColor Property

Sets the background color of the vertical scroll bar.

Only valid for standard style scrollbars, such as the AppearanceStyle property for $AppearanceStyleClassic (standard style) and the ScrollBarStyle property for $ScrollBarStyleClassic (standard style).

Specify a color constant or #RRGGBB format. The initial value is $ STD (system standard color).

The horizontal scroll bar is set with the ScrollBarHColor property.

Example of usage

ScrollBarStyle = $ScrollBarStyleClassic;
ScrollBarHColor = $DMAGENTA;
ScrollBarVColor = "#B271A7";

Related Items
AppearanceStyle, ScrollBarHColor, ScrollBars, ScrollBarStyle properties