QueryTableRefresh.MinimumVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum Refresh Version
Represents the following attribute in the schema: minimumVersion
[DocumentFormat.OpenXml.SchemaAttr(0, "minimumVersion")]
public DocumentFormat.OpenXml.ByteValue MinimumVersion { get; set; }
public DocumentFormat.OpenXml.ByteValue MinimumVersion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "minimumVersion")]
public DocumentFormat.OpenXml.ByteValue? MinimumVersion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("minimumVersion")]
public DocumentFormat.OpenXml.ByteValue? MinimumVersion { get; set; }
public DocumentFormat.OpenXml.ByteValue? MinimumVersion { get; set; }
member this.MinimumVersion : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "minimumVersion")>]
member this.MinimumVersion : DocumentFormat.OpenXml.ByteValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("minimumVersion")>]
member this.MinimumVersion : DocumentFormat.OpenXml.ByteValue with get, set
Public Property MinimumVersion As ByteValue
Property Value
Returns ByteValue.
- Attributes