 | OnOffValue(Boolean) Constructor |
Initializes a new instance of
OnOffValue class using the supplied Boolean value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic OnOffValue(
bool value
)
Public Sub New (
value As Boolean
)
public:
OnOffValue(
bool value
)
new :
value : bool -> OnOffValueParameters
- value Boolean
- The Boolean value.
See Also