MultiLevelStringReference.MultiLevelStringCache Property
Multi Level String Cache.Represents the element tag in schema: c:multiLvlStrCache
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MultiLevelStringCache As MultiLevelStringCache
Get
Set
'Usage
Dim instance As MultiLevelStringReference
Dim value As MultiLevelStringCache
value = instance.MultiLevelStringCache
instance.MultiLevelStringCache = value
public MultiLevelStringCache MultiLevelStringCache { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache
Returns MultiLevelStringCache.
See Also
Reference
MultiLevelStringReference Class