Method ColumnsByNames
ColumnsByNames(string[])
Retrieves the columns that match the specified names.
public virtual ListControlColumn[] ColumnsByNames(string[] names)
Parameters
namesstring[]An array of column names to search for. Each name is matched against available columns.
Returns
- ListControlColumn[]
An array of ListControlColumn objects corresponding to the specified names. The array contains only columns that were found; columns with names not found are omitted.
Remarks
The order of the returned columns matches the order of the provided names for columns that are found. If a name does not correspond to an existing column, it is skipped and not included in the result.