Compartir a través de


GroupLevel.CustomRollUp Propiedad

Definición

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

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.

Especifica un valor booleano que indica si este nivel de grupo tiene una acumulación personalizada.

Un valor de on, 1o true indica que este nivel de grupo tiene una acumulación personalizada.

Un valor de off, 0o 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.

Se aplica a