HotXLS Docs

Minimized property

Returns or sets whether the classic XLS workbook window opens minimized. Read/write Boolean.

Syntax

property Minimized: Boolean;

Remarks

This property controls the workbook window minimized flag saved in the BIFF WINDOW1 record. It does not change worksheet visibility, workbook protection, WindowHidden, or sheet view options.

Example

This example saves the workbook window as minimized.

Workbook.Minimized := True;