SdtContentCheckBox.UncheckedState Property
UncheckedState.Represents the element tag in schema: w14:uncheckedState
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property UncheckedState As UncheckedState
Get
Set
'Usage
Dim instance As SdtContentCheckBox
Dim value As UncheckedState
value = instance.UncheckedState
instance.UncheckedState = value
public UncheckedState UncheckedState { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Word.UncheckedState