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