ClassSpreadStreamWorkbookEventArgs
Class
Provides event arguments for the SpreadWorkbookCreated event.
Definition
Namespace:Telerik.WinControls.Export
Assembly:TelerikExport.dll
Syntax:
cs-api-definition
public class SpreadStreamWorkbookEventArgs : EventArgs
Inheritance: objectEventArgsSpreadStreamWorkbookEventArgs
Inherited Members
Constructors
SpreadStreamWorkbookEventArgs(IWorkbookExporter)
Initializes a new instance of the SpreadStreamWorkbookEventArgs class.
Declaration
cs-api-definition
public SpreadStreamWorkbookEventArgs(IWorkbookExporter workbook)
Parameters
workbook
The workbook.
Properties
Workbook
Gets the
csharp
IWorkbookExporter
element.
Declaration
cs-api-definition
public IWorkbookExporter Workbook { get; }
Property Value