MetadataType.MinSupportedVersion Property

Minimum Supported Version.Represents the attribte in schema: minSupportedVersion

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

Syntax

'Declaration
<SchemaAttrAttribute(, "minSupportedVersion")> _
Public Property MinSupportedVersion As UInt32Value
    Get
    Set
'Usage
Dim instance As MetadataType
Dim value As UInt32Value

value = instance.MinSupportedVersion

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

MetadataType Class

MetadataType Members

DocumentFormat.OpenXml.Spreadsheet Namespace