GrapeCity.Xaml.SpreadSheet.UI
HorizontalScrollBarHeight Property (SpreadView)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SpreadView Class : HorizontalScrollBarHeight Property
Gets or sets the height of the horizontal scroll bar.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property HorizontalScrollBarHeight As Double
'Usage
 
Dim instance As SpreadView
Dim value As Double
 
instance.HorizontalScrollBarHeight = value
 
value = instance.HorizontalScrollBarHeight
[DefaultValue()]
public double HorizontalScrollBarHeight {get; set;}

Property Value

The height of the horizontal scroll bar.
See Also

Reference

SpreadView Class
SpreadView Members