Rule.Max 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.
Max Value
Represents the following attribute in the schema: max
[DocumentFormat.OpenXml.SchemaAttr(0, "max")]
public DocumentFormat.OpenXml.DoubleValue Max { get; set; }public DocumentFormat.OpenXml.DoubleValue Max { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "max")]
public DocumentFormat.OpenXml.DoubleValue? Max { get; set; }[DocumentFormat.OpenXml.SchemaAttr("max")]
public DocumentFormat.OpenXml.DoubleValue? Max { get; set; }public DocumentFormat.OpenXml.DoubleValue? Max { get; set; }member this.Max : DocumentFormat.OpenXml.DoubleValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "max")>]
member this.Max : DocumentFormat.OpenXml.DoubleValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("max")>]
member this.Max : DocumentFormat.OpenXml.DoubleValue with get, setPublic Property Max As DoubleValueProperty Value
Returns DoubleValue.
- Attributes