'宣言 Public Shared Function FromRecordAndField( _ ByVal record As DataRecord, _ ByVal field As Field _ ) As CellValuePresenter
public static CellValuePresenter FromRecordAndField( DataRecord record, Field field )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | レコードまたはフィールドが null の場合。 |