Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to parse cell value to retrieve a Boolean.
public bool TryGetBoolean (out bool value);
member this.TryGetBoolean : bool -> bool
Public Function TryGetBoolean (ByRef value As Boolean) As Boolean