Share via


PreviousSectionProperties.RsidR Property

Definition

Section Addition Revision ID

Represents the following attribute in the schema: w:rsidR

[DocumentFormat.OpenXml.SchemaAttr(23, "rsidR")]
public DocumentFormat.OpenXml.HexBinaryValue RsidR { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue RsidR { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "rsidR")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidR { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:rsidR")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidR { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? RsidR { get; set; }
member this.RsidR : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "rsidR")>]
member this.RsidR : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:rsidR")>]
member this.RsidR : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property RsidR As HexBinaryValue

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a unique identifier used to track the editing session when the section mark for this section was added to the document.

All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.

A producer may choose to increment the revision save ID value to indicate subsequent editing sessions to indicate the order of the saves performed.

The possible values for this attribute are defined by the ST_LongHexNumber simple type.

Applies to