Version

ShowStatusBar Property

Gets or sets the value indicating whether Microsoft Excel will display the status bar when the CustomView owning these window options is applied.
Syntax
public bool ShowStatusBar {get; set;}

Property Value

The value indicating whether Microsoft Excel will display the status bar when the CustomView owning these window options is applied.
Remarks

Note: This setting cannot be saved with a Workbook in the Excel file. It can only be saved with a CustomView. Therefore, there is no corresponding property in WorkbookWindowOptions and calling CustomView.Apply on the associated CustomView will not apply this property. Only by applying the custom view through the Microsoft Excel user interface will the setting on this property be applied.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also