Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ShowVerticalScroll Property


In This Topic
    ShowVerticalScroll Property (Workbook)
    In This Topic
    Specifies a boolean value that indicates whether to display the vertical scroll bar.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShowVerticalScroll As Boolean
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.ShowVerticalScroll = value
     
    value = instance.ShowVerticalScroll
    public virtual bool ShowVerticalScroll {get; set;}

    Property Value

    A value of 0 or false indicates the vertical scrollbar shall not be shown.
    See Also