TableProperties.FirstColumn 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í.
Primera columna
Representa el atributo siguiente en el esquema: firstCol
[DocumentFormat.OpenXml.SchemaAttr(0, "firstCol")]
public DocumentFormat.OpenXml.BooleanValue FirstColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue FirstColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "firstCol")]
public DocumentFormat.OpenXml.BooleanValue? FirstColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("firstCol")]
public DocumentFormat.OpenXml.BooleanValue? FirstColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? FirstColumn { get; set; }
member this.FirstColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "firstCol")>]
member this.FirstColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("firstCol")>]
member this.FirstColumn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property FirstColumn 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 columna de un objeto table style
. Los valores de on
, 1
o true
habilitarán el primer formato de columna 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 firstCol="1">
<a:tableStyleId>{5940675A-B579-460E-94D1-
54222C63F5DA}</a:tableStyleId>
</a:tblPr>
En este ejemplo, podemos ver que el primer formato de columna está habilitado para la tabla. Cuando se aplica, el estilo de tabla vinculada define el formato de la primera columna.
Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean
XML.