Compartir a través de


TableStyleList.Default Propiedad

Definición

Predeterminada

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve StringValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

GUID correspondiente al estilo de tabla predeterminado en la lista de estilos de tabla. Este valor predeterminado se puede usar cuando una tabla se inserta inicialmente en un documento.

El tipo simple define los ST_Guid valores posibles para este atributo.

Se aplica a