Table of Contents

TXlsFile.NewFileStatic Method

This method creates a new file in without virtual calls, so it can be called from a constructor.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.NewFileStatic(const aSheetCount: Integer; const fileFormat: TExcelFileFormat);

Parameters

<-> Parameter Type Description
const aSheetCount Integer
const fileFormat TExcelFileFormat

See also