GroupLevel.CustomRollUp Property
Custom Roll Up.Represents the attribte in schema: customRollUp
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "customRollUp")> _
Public Property CustomRollUp As BooleanValue
Get
Set
'Usage
Dim instance As GroupLevel
Dim value As BooleanValue
value = instance.CustomRollUp
instance.CustomRollUp = value
[SchemaAttrAttribute(, "customRollUp")]
public BooleanValue CustomRollUp { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.