IRowSet.Item[Int32] Property

Definition

public:
 property Microsoft::HostIntegration::Drda::Common::ICell ^ default[int] { Microsoft::HostIntegration::Drda::Common::ICell ^ get(int columnIndex); };
public Microsoft.HostIntegration.Drda.Common.ICell this[int columnIndex] { get; }
member this.Item(int) : Microsoft.HostIntegration.Drda.Common.ICell
Default Public ReadOnly Property Item(columnIndex As Integer) As ICell

Parameters

columnIndex
Int32

Property Value

ICell

Applies to