CacheHierarchy.DisplayFolder Property

Display Folder.Represents the attribte in schema: displayFolder

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

Syntax

'Declaration
<SchemaAttrAttribute(, "displayFolder")> _
Public Property DisplayFolder As StringValue
    Get
    Set
'Usage
Dim instance As CacheHierarchy
Dim value As StringValue

value = instance.DisplayFolder

instance.DisplayFolder = value
[SchemaAttrAttribute(, "displayFolder")]
public StringValue DisplayFolder { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CacheHierarchy Class

CacheHierarchy Members

DocumentFormat.OpenXml.Spreadsheet Namespace