IXlColumn.IsCollapsed Property
Gets or sets a value indicating whether the group related to this summary column is collapsed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the group is collapsed; otherwise, false. |
Remarks
This property is in effect only for columns with outline symbols ( or ) above them. When you create a collapsed (or expanded) group, you can set the IsCollapsed property for the summary column related to this group to true (or false) to indicate the group state.
See Also