[]
Exports the specified rows from the grid to the specified file as delimited text.
public void ExportToDelimitedFile(string filename, RowSelectorEnum selector)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum)
| 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)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String)
| 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)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String)
| 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)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String)
| 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)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean)
| 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)
Public Sub ExportToDelimitedFile(filename As String, selector As RowSelectorEnum, delim As String, prefix As String, suffix As String, headers As Boolean, encoding As String)
| 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)
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)
| Type | Name | Description |
|---|---|---|
| string | filename | |
| RowSelectorEnum | selector | |
| string | delim | |
| string | prefix | |
| string | suffix | |
| bool | headers | |
| string | encoding | |
| bool | disablePreamble |