Table of Contents

Method ColumnsByNames

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ColumnsByNames(string[])

Retrieves the columns that match the specified names.

public virtual ListControlColumn[] ColumnsByNames(string[] names)

Parameters

names string[]

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.