APNSoft Controls [4.5.2.20] - API Reference
GridColumnCollection.Item Property (String)

Gets the specified GridColumn from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal name As String _
) As GridColumn
[C#]
public virtual GridColumn this[
   string name
] {get;}

Parameters

name
Column name.

See Also

GridColumnCollection Class | APNSoft.WebControls Namespace | GridColumnCollection.Item Overload List