OnOffValue Constructor (OnOffValue)
Initializes a new instance of OnOffValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As OnOffValue _
)
'Usage
Dim source As OnOffValue
Dim instance As New OnOffValue(source)
public OnOffValue(
OnOffValue source
)
Parameters
- source
Type: DocumentFormat.OpenXml.OnOffValue
The source OnOffValue.