Share via


PreviousSectionProperties.RsidSect Property

Definition

Section Properties Revision ID

Represents the following attribute in the schema: w:rsidSect

[DocumentFormat.OpenXml.SchemaAttr(23, "rsidSect")]
public DocumentFormat.OpenXml.HexBinaryValue RsidSect { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue RsidSect { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "rsidSect")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidSect { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:rsidSect")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidSect { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? RsidSect { get; set; }
member this.RsidSect : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "rsidSect")>]
member this.RsidSect : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:rsidSect")>]
member this.RsidSect : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property RsidSect 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 physical character representing this section mark was last formatted.

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