Export grid to file (CSV Format)

Namespace: T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)

Public Sub ExportToCsv( _ 
ByVal fileName As String, _ 
Optional ByVal separator As String = "," _ 
)
This language is not supported or no code example is available.
public void ExportToCsv( 
string fileName
string separator = "," 
)
This language is not supported or no code example is available.

Parameters

fileName
Type: string

File name

separator
Type: string

Separator

.NET Framework

Supported in: 4.6.2, 4.7