Share via


TableStyleList.Default Property

Default.Represents the attribte in schema: def

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

Syntax

'Declaration
<SchemaAttrAttribute(, "def")> _
Public Property Default As StringValue
    Get
    Set
'Usage
Dim instance As TableStyleList
Dim value As StringValue

value = instance.Default

instance.Default = value
[SchemaAttrAttribute(, "def")]
public StringValue Default { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The GUID corresponding to the default table style in the list of table styles. This default can be used when a table is initially inserted into a document.

The possible values for this attribute are defined by the ST_Guid simple type.

See Also

Reference

TableStyleList Class

TableStyleList Members

DocumentFormat.OpenXml.Drawing Namespace