Share via


TableStyleList.Default Property

Definition

Default

Represents the following attribute in the schema: def

[DocumentFormat.OpenXml.SchemaAttr(0, "def")]
public DocumentFormat.OpenXml.StringValue Default { get; set; }
public DocumentFormat.OpenXml.StringValue Default { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "def")]
public DocumentFormat.OpenXml.StringValue? Default { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("def")]
public DocumentFormat.OpenXml.StringValue? Default { get; set; }
public DocumentFormat.OpenXml.StringValue? Default { get; set; }
member this.Default : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "def")>]
member this.Default : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("def")>]
member this.Default : DocumentFormat.OpenXml.StringValue with get, set
Public Property Default As StringValue

Property Value

Returns StringValue.

Attributes

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.

Applies to