Version

Minimized Property

Gets or sets the value indicating whether the workbook's MDI child window is minimized in Microsoft Excel.
Syntax
public bool Minimized {get; set;}

Property Value

The value indicating whether the workbook's MDI child window is minimized in Microsoft Excel.
Remarks

Note: This setting cannot be saved with a CustomView in the Excel file. It can only be saved with a Workbook. Therefore, there is no corresponding property in CustomViewWindowOptions and a newly created CustomView will not be initialized with the setting from this property.

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