Click or drag to resize

StiPageInvokeGetExcelSheet Method

Raises the GetExcelSheet event.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void InvokeGetExcelSheet(
	StiComponent sender,
	StiGetExcelSheetEventArgs e
)

Parameters

sender
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="sender"/> documentation for "M:Stimulsoft.Report.Components.StiPage.InvokeGetExcelSheet(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Events.StiGetExcelSheetEventArgs)"]

e
Type: Stimulsoft.Report.EventsStiGetExcelSheetEventArgs

[Missing <param name="e"/> documentation for "M:Stimulsoft.Report.Components.StiPage.InvokeGetExcelSheet(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Events.StiGetExcelSheetEventArgs)"]

See Also