CacheHierarchy.OneField Property

One Field.Represents the attribte in schema: oneField

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

Syntax

'Declaration
<SchemaAttrAttribute(, "oneField")> _
Public Property OneField As BooleanValue
    Get
    Set
'Usage
Dim instance As CacheHierarchy
Dim value As BooleanValue

value = instance.OneField

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CacheHierarchy Class

CacheHierarchy Members

DocumentFormat.OpenXml.Spreadsheet Namespace