Search
Row.IsCollapsed Property
See Also
 






Gets or sets a value indicating whether the group represented by this row 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 row is collapsed; false if the row is expanded or not grouped. The default is false.

 See Also