TableRow.RsidTableRowProperties Property

Revision Identifier for Table Row Properties.Represents the attribte in schema: w:rsidTr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rsidTr")> _
Public Property RsidTableRowProperties As HexBinaryValue
    Get
    Set
'Usage
Dim instance As TableRow
Dim value As HexBinaryValue

value = instance.RsidTableRowProperties

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

TableRow Class

TableRow Members

DocumentFormat.OpenXml.Wordprocessing Namespace