TableRow.ParagraphId Property

paraId, this property is only available in Office2010.Represents the attribte in schema: w14:paraId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "paraId")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property ParagraphId As HexBinaryValue
    Get
    Set
'Usage
Dim instance As TableRow
Dim value As HexBinaryValue

value = instance.ParagraphId

instance.ParagraphId = value
[SchemaAttrAttribute(, "paraId")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public HexBinaryValue ParagraphId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue

See Also

Reference

TableRow Class

TableRow Members

DocumentFormat.OpenXml.Wordprocessing Namespace