Share via


OnOffValue.FromBoolean(Boolean) Method

Definition

Returns a new OnOffValue object created from a Boolean value.

public static DocumentFormat.OpenXml.OnOffValue FromBoolean (bool value);
static member FromBoolean : bool -> DocumentFormat.OpenXml.OnOffValue
Public Shared Function FromBoolean (value As Boolean) As OnOffValue

Parameters

value
Boolean

A Boolean value that is used to create a new OnOffValue object.

Returns

A OnOffValue that corresponds to the value parameter.

Applies to