Table of Contents

FlexCelPrintDocument.FlexCelPrintDocument Constructor

Overloads

FlexCelPrintDocument.FlexCelPrintDocument

Creates a new FlexCelPrintDocument instance.

Syntax

Namespace: FlexCel.Render

public FlexCelPrintDocument()

See also

FlexCelPrintDocument.FlexCelPrintDocument(ExcelFile)

Creates a new FlexCelPrintDocument and assigns it to an ExcelFile.

Syntax

Namespace: FlexCel.Render

public FlexCelPrintDocument(ExcelFile aWorkbook)

Parameters

<-> Parameter Type Description
aWorkbook ExcelFile ExcelFile containing the data this PrintDocument will print.

See also