バージョン

FromRecordAndField メソッド

特定のセルを表す CellValuePresenter を返します。
シンタックス
'宣言
 
Public Shared Function FromRecordAndField( _
   ByVal record As DataRecord, _
   ByVal field As Field _
) As CellValuePresenter
public static CellValuePresenter FromRecordAndField( 
   DataRecord record,
   Field field
)

パラメータ

record
セルの関連する DataRecord。
field
セルの関連する Field。

戻り値の型

セルを表す CellValuePresenter またはビジュアル ツリーで検出されない場合は null。
例外
例外解説
System.ArgumentNullExceptionレコードまたはフィールドが null の場合。
参照