Connection.MinRefreshableVersion Property

Minimum Version Required for Refresh.Represents the attribte in schema: minRefreshableVersion

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

Syntax

'Declaration
<SchemaAttrAttribute(, "minRefreshableVersion")> _
Public Property MinRefreshableVersion As ByteValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As ByteValue

value = instance.MinRefreshableVersion

instance.MinRefreshableVersion = value
[SchemaAttrAttribute(, "minRefreshableVersion")]
public ByteValue MinRefreshableVersion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace