Search
WorksheetView.ShowVerticalScrollBar Property
See Also
 






Gets or sets a value indicating whether to display the vertical scroll bar.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool ShowVerticalScrollBar { get; set; }

Visual Basic  Copy Code

Public Property ShowVerticalScrollBar As Boolean

 Property Value

true to display the vertical scroll bar; otherwise, false. The default is true.

 See Also