GroupLevel.CustomRollUp Propiedad
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í.
Resumen personalizado
Representa el atributo siguiente en el esquema: customRollUp
[DocumentFormat.OpenXml.SchemaAttr(0, "customRollUp")]
public DocumentFormat.OpenXml.BooleanValue CustomRollUp { get; set; }
public DocumentFormat.OpenXml.BooleanValue CustomRollUp { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "customRollUp")]
public DocumentFormat.OpenXml.BooleanValue? CustomRollUp { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("customRollUp")]
public DocumentFormat.OpenXml.BooleanValue? CustomRollUp { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CustomRollUp { get; set; }
member this.CustomRollUp : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "customRollUp")>]
member this.CustomRollUp : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("customRollUp")>]
member this.CustomRollUp : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CustomRollUp As BooleanValue
Devuelve BooleanValue.
- Atributos
La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.
Especifica un valor booleano que indica si este nivel de grupo tiene una acumulación personalizada.
Un valor de on
, 1
o true
indica que este nivel de grupo tiene una acumulación personalizada.
Un valor de off
, 0
o false
indica que este nivel de grupo no tiene una acumulación personalizada.
El tipo de datos esquema boolean
XML define los valores posibles para este atributo.
Produto | Versións |
---|---|
DocumentFormat.OpenXml | 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |