PreviousSectionProperties.RsidDel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Section Deletion Revision ID
Represents the following attribute in the schema: w:rsidDel
[DocumentFormat.OpenXml.SchemaAttr(23, "rsidDel")]
public DocumentFormat.OpenXml.HexBinaryValue RsidDel { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue RsidDel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "rsidDel")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidDel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:rsidDel")]
public DocumentFormat.OpenXml.HexBinaryValue? RsidDel { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? RsidDel { get; set; }
member this.RsidDel : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "rsidDel")>]
member this.RsidDel : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:rsidDel")>]
member this.RsidDel : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property RsidDel 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 deleted from 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 (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber
simple type.