| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dv | DataView | The DataView. | ||
| includeHeaderRow | Boolean | Optional | Indicates whether to include a Header Row containing column names and, if the DataTable as an Extended Property named "Caption", the custom Caption. If omitted, a value of False is assumed. | |
| excludeEmptyColumns | Boolean | Optional | Indicates whether to parse rows and exclude any columns that do not contain a value, i.e., are DBNull.Value or a blank String. If omitted, a value of False is assumed. | |
| columns | String | Optional | A comma-separated list of Columns to include (and the order in which to include them) or a blank String to include all Columns. |
A String value.