TableDefinitionPart.Table Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property Table As Table
    Get
    Set
'Usage
Dim instance As TableDefinitionPart
Dim value As Table

value = instance.Table

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Table

See Also

Reference

TableDefinitionPart Class

TableDefinitionPart Members

DocumentFormat.OpenXml.Packaging Namespace