Compartir a través de


TableStyleType.StyleName Propiedad

Definición

Nombre

Representa el atributo siguiente en el esquema: styleName

[DocumentFormat.OpenXml.SchemaAttr(0, "styleName")]
public DocumentFormat.OpenXml.StringValue StyleName { get; set; }
public DocumentFormat.OpenXml.StringValue StyleName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "styleName")]
public DocumentFormat.OpenXml.StringValue? StyleName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("styleName")]
public DocumentFormat.OpenXml.StringValue? StyleName { get; set; }
public DocumentFormat.OpenXml.StringValue? StyleName { get; set; }
member this.StyleName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "styleName")>]
member this.StyleName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("styleName")>]
member this.StyleName : DocumentFormat.OpenXml.StringValue with get, set
Public Property StyleName 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.

Especifica el nombre del estilo de tabla que se puede mostrar en la interfaz de usuario que identifica el estilo para un usuario.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema string XML.

Se aplica a