Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ShowVerticalScroll Property


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

    Property Value

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