Compartir a través de


CacheHierarchy.Ignore Property

ignore.Represents the attribte in schema: ignore

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "ignore")> _
Public Property Ignore As BooleanValue
    Get
    Set
'Uso
Dim instance As CacheHierarchy
Dim value As BooleanValue

value = instance.Ignore

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

CacheHierarchy Class

CacheHierarchy Members

DocumentFormat.OpenXml.Office2010.Excel Namespace