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

Retorna BooleanValue.

Atributos

Comentários

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

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

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

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

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

Aplica-se a