Run.RsidRunDeletion Property

Revision Identifier for Run Deletion.Represents the attribte in schema: w:rsidDel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rsidDel")> _
Public Property RsidRunDeletion As HexBinaryValue
    Get
    Set
'Usage
Dim instance As Run
Dim value As HexBinaryValue

value = instance.RsidRunDeletion

instance.RsidRunDeletion = value
[SchemaAttrAttribute(, "rsidDel")]
public HexBinaryValue RsidRunDeletion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

Run Class

Run Members

DocumentFormat.OpenXml.Wordprocessing Namespace