GroupLevel.CustomRollUp Property

Definition

Custom Roll Up

Represents the following attribute in the schema: 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

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a boolean value that indicates whether this group level has a custom roll up.

A value of on, 1, or true indicates this group level has a custom roll up.

A value of off, 0, or false indicates this group level does not have a custom roll up.

The possible values for this attribute are defined by the XML Schema boolean data type.

Applies to