TableCellPropertiesChange.PreviousTableCellProperties Property

Previous Table Cell Properties.Represents the element tag in schema: w:tcPr

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

Syntax

'Declaration
Public Property PreviousTableCellProperties As PreviousTableCellProperties
    Get
    Set
'Usage
Dim instance As TableCellPropertiesChange
Dim value As PreviousTableCellProperties

value = instance.PreviousTableCellProperties

instance.PreviousTableCellProperties = value
public PreviousTableCellProperties PreviousTableCellProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties
Returns PreviousTableCellProperties.

See Also

Reference

TableCellPropertiesChange Class

TableCellPropertiesChange Members

DocumentFormat.OpenXml.Wordprocessing Namespace