Partager via


Header.MinRevisionId Property

Minimum Revision Id.Represents the attribte in schema: minRId

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

Syntax

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

value = instance.MinRevisionId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Header Class

Header Members

DocumentFormat.OpenXml.Spreadsheet Namespace