Table of Contents

TExcelFile.AddWindow Method

Adds a new window to the file. Note that this isn't a new sheet, but another view of the workbook. Most Excel documents have only one window.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.AddWindow; virtual; abstract;

See also