Search
WorkbookView.ShowTabNavigationButtons Property
See Also
 






Gets or sets a value indicating whether the tab navigation buttons.

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

 Syntax

C#  Copy Code

public bool ShowTabNavigationButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowTabNavigationButtons As Boolean

 Property Value

true to display the navigation buttons; otherwise, false. The default is true.

 See Also