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

Gets the specified GridCell from the collection.

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

Parameters

name
The name of the cell's column.

See Also

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