Table.TableType Property

Table Type.Represents the attribte in schema: tableType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "tableType")> _
Public Property TableType As EnumValue(Of TableValues)
    Get
    Set
'Usage
Dim instance As Table
Dim value As EnumValue(Of TableValues)

value = instance.TableType

instance.TableType = value
[SchemaAttrAttribute(, "tableType")]
public EnumValue<TableValues> TableType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TableValues>
Returns EnumValue<T>.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace