[]
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector |
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim |
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim | |
string | prefix |
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim | |
string | prefix | |
string | suffix |
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim | |
string | prefix | |
string | suffix | |
bool | headers |
Exports the specified rows from the grid to the specified file as delimited text in given encoding name.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers, string encoding)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim | |
string | prefix | |
string | suffix | |
bool | headers | |
string | encoding |
Exports the specified rows from the grid to the specified file as delimited text in given encoding name with disabled preamble.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector, string delim, string prefix, string suffix, bool headers, string encoding, bool disablePreamble)
Type | Name | Description |
---|---|---|
string | filename | |
RowSelectorEnum | selector | |
string | delim | |
string | prefix | |
string | suffix | |
bool | headers | |
string | encoding | |
bool | disablePreamble |