Header.MaxRevisionId Property

Max Revision Id.Represents the attribte in schema: maxRId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "maxRId")> _
Public Property MaxRevisionId As UInt32Value
    Get
    Set
'Usage
Dim instance As Header
Dim value As UInt32Value

value = instance.MaxRevisionId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Header Class

Header Members

DocumentFormat.OpenXml.Spreadsheet Namespace