CellValue.TryGetInt(Int32) 方法

定义

尝试分析单元格值以检索 Int32

public bool TryGetInt (out int value);
member this.TryGetInt : int -> bool
Public Function TryGetInt (ByRef value As Integer) As Boolean

参数

value
Int32

如果成功,则返回结果。

返回

成功或失败

适用于