[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.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)
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)
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)
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)
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)
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)
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)
Parameters
Type Name Description
string filename
RowSelectorEnum selector
string delim
string prefix
string suffix
bool headers
string encoding
bool disablePreamble