[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.ExportToDelimitedFile

ExportToDelimitedFile Method

ExportToDelimitedFile(string, RowSelectorEnum)

Exports the specified rows from the grid to the specified file as delimited text.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum)
Parameters
Type Name Description
string filename
RowSelectorEnum selector

ExportToDelimitedFile(string, RowSelectorEnum, string)

Exports the specified rows from the grid to the specified file as delimited text.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim

ExportToDelimitedFile(string, RowSelectorEnum, string, string)

Exports the specified rows from the grid to the specified file as delimited text.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix

ExportToDelimitedFile(string, RowSelectorEnum, string, string, string)

Exports the specified rows from the grid to the specified file as delimited text.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix
string suffix

ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool)

Exports the specified rows from the grid to the specified file as delimited text.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix
string suffix
bool headers

ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool, string)

Exports the specified rows from the grid to the specified file as delimited text in given encoding name.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers, string encoding)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean, encoding As String)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix
string suffix
bool headers
string encoding

ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool, string, bool)

Exports the specified rows from the grid to the specified file as delimited text in given encoding name with disabled preamble.

Declaration
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers, string encoding, bool disablePreamble)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean, encoding As String, disablePreamble As Boolean)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix
string suffix
bool headers
string encoding
bool disablePreamble