Xceed DataGrid for WPF v7.3 Documentation
StartExport(ExportContext) Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Export Namespace > ExcelExporter Class > StartExport Method : StartExport(ExportContext) Method
The ExportContext that will be used to identify the exportation's context.
This method is identical to StartExport(), but provides an ExportContext in order to identify the exportation's context. 
Syntax
'Declaration
 
Protected Overloads Overrides Sub StartExport( _
   ByVal exportContext As ExportContext _
) 
'Usage
 
Dim instance As ExcelExporter
Dim exportContext As ExportContext
 
instance.StartExport(exportContext)
protected override void StartExport( 
   ExportContext exportContext
)

Parameters

exportContext
The ExportContext that will be used to identify the exportation's context.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelExporter Class
ExcelExporter Members
Overload List
Base Implementation in StartExport(ExportContext)