この
IRichValueオブジェクトから指定されたフィールド値を取得します。
'宣言
Public Overloads Function TryGetFieldValue( _
ByVal As System.Integer, _
ByRef As CellValue _
) As System.Boolean
public System.bool TryGetFieldValue(
System.int ,
ref CellValue
)
パラメータ
- index
- フィールドインデックスを示す整数値。
- result
- 結果を示すCellValueオブジェクト。
戻り値の型
フィールド値が正常に返されるかどうかを示すブール値。