ComponentOne FlexGrid for WPF and Silverlight
Item Property (ColumnCollection)

C1.WPF.FlexGrid Namespace > ColumnCollection Class : Item Property
Name of the column to retrieve.
Gets a Column by its name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal colName As System.String _
) As Column
public new Column this[ 
   System.string colName
]; {get;}

Parameters

colName
Name of the column to retrieve.

Property Value

The column with the requested name.
See Also

Reference

ColumnCollection Class
ColumnCollection Members