Item(String) Property | Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnCollection Class / Item Property / Item(String) Property
Name of the column to retrieve.


In This Topic
Item(String) Property
In This Topic
Gets a GridColumn by its name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal columnName As String _
) As GridColumn
 
'Usage
 
Dim instance As GridColumnCollection
Dim columnName As String
Dim value As GridColumn
 
value = instance.Item(columnName)

Parameters

columnName
Name of the column to retrieve.

Property Value

The column with the requested name.
See Also