ComponentOne FlexGrid for UWP
Item(String) Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > ColumnCollection Class > Item Property : Item(String) Property
Name of the column to retrieve.
Gets a Column by its name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal colName As System.String _
) As Column
public Column Item( 
   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
Overload List