Dummy.ShowField Property
showField.Represents the attribte in schema: showField
Namespace: DocumentFormat.OpenXml.Office.MetaAttributes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showField")> _
Public Property ShowField As StringValue
Get
Set
'Usage
Dim instance As Dummy
Dim value As StringValue
value = instance.ShowField
instance.ShowField = value
[SchemaAttrAttribute(, "showField")]
public StringValue ShowField { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue