ArcGIS Explorer Component Help |
TableBindingAdapter..::.Item Property |
TableBindingAdapter Class See Also |
Gets or sets the Object at the specified index.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual Object this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Default Property Item ( _ index As Integer _ ) As Object |
Parameters
- index
- Type: System..::.Int32
Field Value
Implements
IList..::.Item[([(Int32])])Remarks
Returns an object which can be cast to a Row. It cannot be set.