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

Gets the specified GridCell from the collection.

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

Parameters

index
Column index.

See Also

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