Gets a Column by its name.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Column this[
	string colName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	colName As String _
) As Column
	Get

Parameters

colName
Type: System..::..String
Name of the column to retrieve.

Return Value

The column with the requested name.

See Also