[]
        
(Showing Draft Content)

C1.C1Preview.Export.XlsExporter.CopyPropertiesFromOptionsForm

CopyPropertiesFromOptionsForm Method

CopyPropertiesFromOptionsForm(ExportOptionsFormBase)

Copies the options from the specified export options form to corresponding properties on the current exporter.

Declaration
protected override void CopyPropertiesFromOptionsForm(ExportOptionsFormBase f)
Parameters
Type Name Description
ExportOptionsFormBase f

The XlsOptionsForm object to copy the options from.

Overrides