ListColumnCollection.Item

ListColumnCollection indexer (1 of 2)

Gets the ListColumn by the index.

public ListColumn this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

the ListColumn object.

See Also


ListColumnCollection indexer (2 of 2)

Gets the ListColumn by the name.

public ListColumn this[string name] { get; }
ParameterDescription
nameThe name of the ListColumn

Return Value

The ListColumn object.

See Also