CheckBox.Description Property
description.Represents the attribte in schema: description
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "description")> _
Public Property Description As StringValue
Get
Set
'使用
Dim instance As CheckBox
Dim value As StringValue
value = instance.Description
instance.Description = value
[SchemaAttrAttribute(, "description")]
public StringValue Description { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue