Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

bool IsCollapsed { get; set; }

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 (SpreadsheetControl_PlusOutlineSymbol or SpreadsheetControl_MinusOutlineSymbol) 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.

XlExport_Outline_ColumnIsCollapsed

See Also