Search Results for

    Show / Hide Table of Contents

    FlexCelPdfExport.Export Method

    Overloads

    • FlexCelPdfExport.Export(Stream)
    • FlexCelPdfExport.Export(String)

    FlexCelPdfExport.Export(Stream)

    Exports the active sheet of the associated xls workbook to a stream.

    Remarks

    This method is a shortcut for calling BeginExport/ ExportSheet/EndExport.

    Syntax

    Namespace: FlexCel.Render

    public void Export(Stream pdfStream)

    Parameters

    <-> Parameter Type Description
    pdfStream Stream Stream where the result will be written.

    See also

    • FlexCelPdfExport

    FlexCelPdfExport.Export(String)

    Exports the active sheet of the associated xls workbook to a file.

    Remarks

    This method is a shortcut for calling BeginExport/ ExportSheet/EndExport.

    Syntax

    Namespace: FlexCel.Render

    public void Export(String fileName)

    Parameters

    <-> Parameter Type Description
    fileName String File to export.

    See also

    • FlexCelPdfExport
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com