Gets or sets the Object at the specified index.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  AllowEdit Property
  AllowNew Property
  AllowRemove Property
  Count Property
  IsFixedSize Property
  IsReadOnly Property
  IsSorted Property
  IsSynchronized Property
  SortDirection Property
  SortProperty Property
  SupportsChangeNotification Property
  SupportsSearching Property
  SupportsSorting Property
  SyncRoot Property
  UseCodedValueDomains Property
  UseColumnAliasNames Property
Created by Atop CHM to web converter,© 2009 all right reserved.