次の方法で共有


CellValue.TryGetDecimal(Decimal) メソッド

定義

セル値の解析を試み、 Decimalを取得します。

public bool TryGetDecimal(out decimal value);
member this.TryGetDecimal : decimal -> bool
Public Function TryGetDecimal (ByRef value As Decimal) As Boolean

パラメーター

value
Decimal

成功した場合の結果。

戻り値

成功または失敗

適用対象