Xceed DataGrid for Silverlight Documentation
StartHeaderField Method (CsvExporter)


The ExportContext containing information relating to the field to be exported.
A string representing the value displayed in the header field.
Called when a request is made to export a field in a header row in order to start (i.e., initialize) the operation.
Syntax
'Declaration
 
Protected Overrides Sub StartHeaderField( _
   ByVal exportContext As ExportContext, _
   ByVal headerValue As String _
) 
'Usage
 
Dim instance As CsvExporter
Dim exportContext As ExportContext
Dim headerValue As String
 
instance.StartHeaderField(exportContext, headerValue)
protected override void StartHeaderField( 
   ExportContext exportContext,
   string headerValue
)

Parameters

exportContext
The ExportContext containing information relating to the field to be exported.
headerValue
A string representing the value displayed in the header field.
Requirements

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

See Also

Reference

CsvExporter Class
CsvExporter Members
Base Implementation in StartHeaderField

Send Feedback