Compartir a través de


TableProperties.BandRow Propiedad

Definición

Filas en bandas

Representa el atributo siguiente en el esquema: bandRow

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

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

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

Se aplica a