TrueFalseBlankValue.FromBoolean(Boolean) Method
Definition
Important
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.
Returns a new TrueFalseBlankValue object created from a Boolean value.
public static DocumentFormat.OpenXml.TrueFalseBlankValue FromBoolean (bool value);
static member FromBoolean : bool -> DocumentFormat.OpenXml.TrueFalseBlankValue
Public Shared Function FromBoolean (value As Boolean) As TrueFalseBlankValue
Parameters
- value
- Boolean
A Boolean value to create a new TrueFalseBlankValue object from.
Returns
A TrueFalseBlankValue that corresponds to the value parameter.