TableStyleList.Default Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.