TableRowPropertiesChange.PreviousTableRowProperties Property
Previous 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 PreviousTableRowProperties As PreviousTableRowProperties
Get
Set
'Usage
Dim instance As TableRowPropertiesChange
Dim value As PreviousTableRowProperties
value = instance.PreviousTableRowProperties
instance.PreviousTableRowProperties = value
public PreviousTableRowProperties PreviousTableRowProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties
Returns PreviousTableRowProperties.
See Also
Reference
TableRowPropertiesChange Class