OlapSlicerCacheLevelData.SourceCaption Property
sourceCaption.Represents the attribte in schema: sourceCaption
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "sourceCaption")> _
Public Property SourceCaption As StringValue
Get
Set
'Usage
Dim instance As OlapSlicerCacheLevelData
Dim value As StringValue
value = instance.SourceCaption
instance.SourceCaption = value
[SchemaAttrAttribute(, "sourceCaption")]
public StringValue SourceCaption { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
OlapSlicerCacheLevelData Class