AutoComplete for ASP.NET Web Forms
GetFieldValue メソッド (IC1ReportRecordset)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > IC1ReportRecordset インターフェース : GetFieldValue メソッド
Index of the field.
Gets the value of the given field at the current cursor position.
シンタックス
'宣言
 
Function GetFieldValue( _
   ByVal fieldIndex As System.Integer _
) As System.Object
System.object GetFieldValue( 
   System.int fieldIndex
)

パラメータ

fieldIndex
Index of the field.

戻り値の型

Value of the field.
解説
If the cursor is past the end of the data (EOF condition), this method should return null and not throw exceptions.
参照

IC1ReportRecordset インターフェース
IC1ReportRecordset メンバ