StyleDefinitionHeader.MinVersion 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 Version
Represents the following attribute in the schema: minVer
[DocumentFormat.OpenXml.SchemaAttr(0, "minVer")]
public DocumentFormat.OpenXml.StringValue MinVersion { get; set; }
public DocumentFormat.OpenXml.StringValue MinVersion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "minVer")]
public DocumentFormat.OpenXml.StringValue? MinVersion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("minVer")]
public DocumentFormat.OpenXml.StringValue? MinVersion { get; set; }
public DocumentFormat.OpenXml.StringValue? MinVersion { get; set; }
member this.MinVersion : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "minVer")>]
member this.MinVersion : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("minVer")>]
member this.MinVersion : DocumentFormat.OpenXml.StringValue with get, set
Public Property MinVersion As StringValue
Property Value
Returns StringValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
The minimum product version that can support this quick style.
The possible values for this attribute are defined by the XML Schema string
data type.