Slicer.ShowCaption Property
showCaption.Represents the attribte in schema: showCaption
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showCaption")> _
Public Property ShowCaption As BooleanValue
Get
Set
'Usage
Dim instance As Slicer
Dim value As BooleanValue
value = instance.ShowCaption
instance.ShowCaption = value
[SchemaAttrAttribute(, "showCaption")]
public BooleanValue ShowCaption { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue