共用方式為


FormControlProperties.Checked Property

checked.Represents the attribte in schema: checked

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "checked")> _
Public Property Checked As EnumValue(Of CheckedValues)
    Get
    Set
'Usage
Dim instance As FormControlProperties
Dim value As EnumValue(Of CheckedValues)

value = instance.Checked

instance.Checked = value
[SchemaAttrAttribute(, "checked")]
public EnumValue<CheckedValues> Checked { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CheckedValues>

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace