TableStyleType.WholeTable Property

Whole Table.Represents the element tag in schema: a:wholeTbl

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

Syntax

'Declaration
Public Property WholeTable As WholeTable
    Get
    Set
'Usage
Dim instance As TableStyleType
Dim value As WholeTable

value = instance.WholeTable

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.WholeTable

See Also

Reference

TableStyleType Class

TableStyleType Members

DocumentFormat.OpenXml.Drawing Namespace