Table of Contents

FlexCelAspViewer.NamedRangeExport Event

Use this event to customize how a named range if exported to the HTML file. Note that for this event to be called, you first need to set HtmlExport.ExportNamedRanges = true. If you want to change the id that will be exported or exclude certain named from being exported, you can do so here.

Syntax

Namespace: FlexCel.AspNet

public NamedRangeExportEventHandler NamedRangeExport

See also