PreviousSectionProperties.RsidSect Property
Section Properties Revision ID.Represents the attribte in schema: w:rsidSect
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "rsidSect")> _
Public Property RsidSect As HexBinaryValue
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As HexBinaryValue
value = instance.RsidSect
instance.RsidSect = value
[SchemaAttrAttribute(, "rsidSect")]
public HexBinaryValue RsidSect { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.
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.
See Also
Reference
PreviousSectionProperties Class