SharedItems.MaxValue Property

Maximum Numeric Value.Represents the attribte in schema: maxValue

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

Syntax

'Declaration
<SchemaAttrAttribute(, "maxValue")> _
Public Property MaxValue As DoubleValue
    Get
    Set
'Usage
Dim instance As SharedItems
Dim value As DoubleValue

value = instance.MaxValue

instance.MaxValue = value
[SchemaAttrAttribute(, "maxValue")]
public DoubleValue MaxValue { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

SharedItems Class

SharedItems Members

DocumentFormat.OpenXml.Spreadsheet Namespace