MetadataType.Coerce Property

Metadata Coercion.Represents the attribte in schema: coerce

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

Syntax

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

value = instance.Coerce

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MetadataType Class

MetadataType Members

DocumentFormat.OpenXml.Spreadsheet Namespace