Gets or sets a value indicating whether the group represented by this row is collapsed.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsCollapsed { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsCollapsed As Boolean |
true if the row is collapsed; false if the row is expanded or not grouped. The default is false.
See Also