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


In This Topic
    VerticalScrollBarStyle Property (GcSpreadSheet)
    In This Topic
    Gets or sets the vertical scroll bar style.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute("")>
    Public Property VerticalScrollBarStyle As Style
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Style
     
    instance.VerticalScrollBarStyle = value
     
    value = instance.VerticalScrollBarStyle
    [Category("Spread Workbook")]
    [DefaultValue("")]
    public Style VerticalScrollBarStyle {get; set;}
    See Also