SSpread.ScrollBarHColor Property
Sets the background color of the horizontal 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 vertical scroll bar is set with the ScrollBarVColor property.
Example of usage
ScrollBarStyle = $ScrollBarStyleClassic;
ScrollBarHColor = $DMAGENTA;
ScrollBarVColor = "#B271A7";
Related Items
AppearanceStyle, ScrollBars, ScrollBarStyle, ScrollBarVColor property