'宣言 Function GetFieldValue( _ ByVal fieldIndex As System.Integer _ ) As System.Object
'使用法 Dim instance As IC1FlexReportRecordset Dim fieldIndex As System.Integer Dim value As System.Object value = instance.GetFieldValue(fieldIndex)
System.object GetFieldValue( System.int fieldIndex )
パラメータ
- fieldIndex
- フィールドのインデックス。
戻り値の型
フィールドの値。