Поделиться через


Break.Max Property

Maximum.Represents the attribte in schema: max

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

Syntax

'Декларация
<SchemaAttrAttribute(, "max")> _
Public Property Max As UInt32Value
    Get
    Set
'Применение
Dim instance As Break
Dim value As UInt32Value

value = instance.Max

instance.Max = value
[SchemaAttrAttribute(, "max")]
public UInt32Value Max { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Break Class

Break Members

DocumentFormat.OpenXml.Spreadsheet Namespace