CacheField.Level Property

Hierarchy Level.Represents the attribte in schema: level

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

Syntax

'Declaration
<SchemaAttrAttribute(, "level")> _
Public Property Level As UInt32Value
    Get
    Set
'Usage
Dim instance As CacheField
Dim value As UInt32Value

value = instance.Level

instance.Level = value
[SchemaAttrAttribute(, "level")]
public UInt32Value Level { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Spreadsheet Namespace