IExportWorksheet Interface
Contains events and methods to export a worksheet.
Namespace: SMath.EnvironmentAssembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
public interface IExportWorksheet
Public Interface IExportWorksheet
public interface class IExportWorksheet
type IExportWorksheet = interface end
| Export |
Performs an export of the worksheet.
|
| BeginExport |
Event is fired on export starts.
|
| EndExport |
Event is fired on export finished.
|
| ExportPage |
Event is fired on the every page export completed.
|