Compartir a través de


TableProperties.LastRow Propiedad

Definición

Última fila.

Representa el atributo siguiente en el esquema: lastRow

[DocumentFormat.OpenXml.SchemaAttr(0, "lastRow")]
public DocumentFormat.OpenXml.BooleanValue LastRow { get; set; }
public DocumentFormat.OpenXml.BooleanValue LastRow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lastRow")]
public DocumentFormat.OpenXml.BooleanValue? LastRow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lastRow")]
public DocumentFormat.OpenXml.BooleanValue? LastRow { get; set; }
public DocumentFormat.OpenXml.BooleanValue? LastRow { get; set; }
member this.LastRow : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lastRow")>]
member this.LastRow : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lastRow")>]
member this.LastRow : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property LastRow 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 última fila de un objeto table style. Los valores de on, 1 o true habilitarán el formato de última 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 lastRow="1">  
  <a:tableStyleId>{5940675A-B579-460E-94D1-  
  54222C63F5DA}</a:tableStyleId>  
</a:tblPr>  

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

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

Se aplica a