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