Columns.this[int]

public UIElements.Column this[int];

Parameters

index The index of the colum to locate.

Returns

Column The column at the specified index.

Description

Returns the column at the specified index.


public UIElements.Column this[string];

Parameters

name The name of the column to locate.

Returns

Column The column with the specified name.

Description

Returns the column with the specified name.

Name must be unique in a column collection. Only the first with matching name will be returned.


Did you find this page useful? Please give it a rating: