Compartir a través de


TableProperties.FirstRow Propiedad

Definición

Primera fila

Representa el atributo siguiente en el esquema: firstRow

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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

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

Habilita o deshabilita el formato de la primera fila de .table style Los valores de on, 1 o true habilitarán el formato de primera fila definido en el estilo de tabla. El atributo tendrá como valor predeterminado off si no se especifica.

Tenga en cuenta la siguiente ejecución:

<a:tblPr firstRow="1">  
  <a:tableStyleId>{5940675A-B579-460E-94D1-  
  54222C63F5DA}</a:tableStyleId>  
</a:tblPr>  

En este ejemplo, podemos ver que el formato de la primera fila está habilitado para la tabla. Cuando se aplica, el estilo de tabla vinculada define el formato de la primera fila.

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

Se aplica a