IDescRow Interface

Provides access to members that control a descriptor table row.

Members

Name Description
Read-only property FindField The index of the desired field.
Read-only property GetValue The value of the ith entry in the row.
Read-only property NumFields Number of fields in the row.
Read-only property PutValue The value of the ith entry in the row.

IDescRow.FindField Property

The index of the desired field.

Public Function get_FindField ( _
    ByVal strtofind As String _
) As Integer
public int get_FindField (
    string strtofind
);

IDescRow.GetValue Property

The value of the ith entry in the row.

Public Function get_GetValue ( _
    ByVal Index As Integer _
) As Object
public object get_GetValue (
    int Index
);

IDescRow.NumFields Property

Number of fields in the row.

Public ReadOnly Property NumFields As Integer
public int NumFields {get;}

IDescRow.PutValue Property

The value of the ith entry in the row.

Public Sub PutValue ( _
    ByVal Index As Integer, _
    ByRef pVal As Object _
)
public void PutValue (
    int Index,
    ref object pVal
);

Classes that implement IDescRow

Classes Description

Remarks

This interface is not intended to be used by outside developers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.