TableStyle.Table Property

Table.Represents the attribte in schema: table

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

Syntax

'Declaration
<SchemaAttrAttribute(, "table")> _
Public Property Table As BooleanValue
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As BooleanValue

value = instance.Table

instance.Table = value
[SchemaAttrAttribute(, "table")]
public BooleanValue Table { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TableStyle Class

TableStyle Members

DocumentFormat.OpenXml.Spreadsheet Namespace