ColumnCollectionItem(String) Property

Returns the column that natches the name specified

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ColumnBase this[
	string columnName
] { get; }

Parameters

columnName  String
The column name to search for

Return Value

ColumnBase
The column that matches the specified name

See Also