Table of Contents

TFlexCelPrintDocument.BeginPrint Method

Initializes the printing engine. After calling this method you can call PrintSheet to print different xls files, or PrintAllVisibleSheets. You should always end printing with a call to EndPrint

Syntax

Unit: FlexCel.Render

procedure TFlexCelPrintDocument.BeginPrint(const VPrinter: TAbstractPrinter = nil);

Parameters

<-> Parameter Type Description
const VPrinter TAbstractPrinter Optional: Default value is nil

An encapsulation of a TPrinter object. Normally you will want to not specify this parameter or leave it nil.

See also