MetadataType.Adjust Property

Adjust Metadata.Represents the attribte in schema: adjust

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

Syntax

'Declaration
<SchemaAttrAttribute(, "adjust")> _
Public Property Adjust As BooleanValue
    Get
    Set
'Usage
Dim instance As MetadataType
Dim value As BooleanValue

value = instance.Adjust

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MetadataType Class

MetadataType Members

DocumentFormat.OpenXml.Spreadsheet Namespace