Search
Column.IsCollapsed Property
See Also
 






Gets or sets a value indicating whether the group represented by this column is collapsed.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool IsCollapsed { get; set; }

Visual Basic  Copy Code

Public Property IsCollapsed As Boolean

 Property Value

true if the column is collapsed; false if the column is expanded or not grouped. The default is false.

 See Also