Remove Data Column
Remove data column from the data table.
Last updated
Remove data column from the data table.
Last updated
Remove the specified data column from the data table.
Input : The Data Table variable from which the column is to be removed.
Column Index : Optional
The index of the column to be removed from the column collection of Data Table.
Column Name : DynamicSearchString
The name of the column to be removed from the column collection of the Data Table.
Text
- The full name of the column to be sorted.
Regex
- The regex is used to find matching column names to be sorted.
Wildcard
- The character that is used for search matching column name. The asterisk (*)and the question mark (?) are used as wildcard characters. The asterisk represents zero or more characters in a string. The question mark represents any one character.
Data Column : Optional
A Data Column object to be removed from the column collection of the Data Table.