'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 used.
- headerValue
- The value of the header that is exported.