バージョン

FromCell メソッド

特定のセルを表す CellValuePresenter を返します。
シンタックス
'宣言
 
Public Shared Function FromCell( _
   ByVal cell As Cell _
) As CellValuePresenter
public static CellValuePresenter FromCell( 
   Cell cell
)

パラメータ

cell
特定のセル。

戻り値の型

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