TableProperties.LastRow 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í.
Ú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.