Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Minimum Refreshable Version.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 PivotTableDefinition
Dim value As ByteValue
value = instance.MinRefreshableVersion
instance.MinRefreshableVersion = value
[SchemaAttrAttribute(, "minRefreshableVersion")]
public ByteValue MinRefreshableVersion { get; set; }
Property Value
Type: DocumentFormat.OpenXml.ByteValue