次の方法で共有


CacheField.Ignore Property

ignore.Represents the attribte in schema: ignore

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

Syntax

'宣言
<SchemaAttrAttribute(, "ignore")> _
Public Property Ignore As BooleanValue
    Get
    Set
'使用
Dim instance As CacheField
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

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Office2010.Excel Namespace