PreviousTablePropertyExceptions.TableLayout Property
Table Layout Exception.Represents the element tag in schema: w:tblLayout
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableLayout As TableLayout
Get
Set
'Usage
Dim instance As PreviousTablePropertyExceptions
Dim value As TableLayout
value = instance.TableLayout
instance.TableLayout = value
public TableLayout TableLayout { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableLayout
Returns TableLayout.
See Also
Reference
PreviousTablePropertyExceptions Class