TableRow.TableRowProperties Property
Table Row Properties.Represents the element tag in schema: w:trPr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableRowProperties As TableRowProperties
Get
Set
'Usage
Dim instance As TableRow
Dim value As TableRowProperties
value = instance.TableRowProperties
instance.TableRowProperties = value
public TableRowProperties TableRowProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableRowProperties