Xceed DataGrid for Silverlight Documentation
StopHeader Method (CsvExporter)


The ExportContext containing information relating to the header row to be exported.
A generic list of ExportColumn objects representing the columns that are to be exported.
Called to stop (i.e., finalize) the export operation of a header row.
Syntax
'Declaration
 
Protected Overrides Sub StopHeader( _
   ByVal exportContext As ExportContext, _
   ByVal columns As IList(Of ExportColumn) _
) 
'Usage
 
Dim instance As CsvExporter
Dim exportContext As ExportContext
Dim columns As IList(Of ExportColumn)
 
instance.StopHeader(exportContext, columns)
protected override void StopHeader( 
   ExportContext exportContext,
   IList<ExportColumn> columns
)

Parameters

exportContext
The ExportContext containing information relating to the header row to be exported.
columns
A generic list of ExportColumn objects representing the columns that are to be exported.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CsvExporter Class
CsvExporter Members
Base Implementation in StopHeader

Send Feedback