バージョン

GetCellIfAllocated メソッド

以前に割り当てられていた場合のみ Cell を取得します。
シンタックス
'宣言
 
Public Function GetCellIfAllocated( _
   ByVal field As Field _
) As Cell
public Cell GetCellIfAllocated( 
   Field field
)

パラメータ

field
問題のセルを識別するフィールド。

戻り値の型

以前に割り当てられていた場合は Cell または null。
解説

注:Cell は遅延割り当てされています。ただし、関連付けられている UnboundFieldUnboundField.BindingPath プロパティが null 以外の値に設定されている UnboundCell は除きます。

参照