Compartilhar via


GroupLevel.CustomRollUp Propriedade

Definição

Roll Up Personalizado

Representa o seguinte atributo no 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 da propriedade

Devolve BooleanValue.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

Especifica um valor booleano que indica se este nível de grupo tem um roll up personalizado.

Um valor de on, 1ou true indica que este nível de grupo tem um roll up personalizado.

Um valor de off, 0ou false indica que este nível de grupo não tem um roll up personalizado.

Os valores possíveis para este atributo são definidos pelo tipo de dados Esquema boolean XML.

Aplica-se a