Share via


MemberProperty.ShowAsCaption Property

Show As Caption.Represents the attribte in schema: showAsCaption

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showAsCaption")> _
Public Property ShowAsCaption As BooleanValue
    Get
    Set
'Usage
Dim instance As MemberProperty
Dim value As BooleanValue

value = instance.ShowAsCaption

instance.ShowAsCaption = value
[SchemaAttrAttribute(, "showAsCaption")]
public BooleanValue ShowAsCaption { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MemberProperty Class

MemberProperty Members

DocumentFormat.OpenXml.Spreadsheet Namespace