C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnCollection Class / Item Property / Item(String) Property
Name of the column to retrieve.

In This Topic
Item(String) Property
In This Topic
Gets a Column by its name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal colName As String _
) As Column
 

Parameters

colName
Name of the column to retrieve.

Property Value

The column with the requested name.
See Also