Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / HorizontalScrollBarHeight Property


In This Topic
    HorizontalScrollBarHeight Property (GcSpreadSheet)
    In This Topic
    Gets or sets the height of horizontal scroll bars in this control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(18)>
    Public Property HorizontalScrollBarHeight As Double
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Double
     
    instance.HorizontalScrollBarHeight = value
     
    value = instance.HorizontalScrollBarHeight
    [Category("Spread Workbook")]
    [DefaultValue(18)]
    public double HorizontalScrollBarHeight {get; set;}
    See Also