| Visual Basic (Declaration) | |
|---|---|
Public Enum GroupState Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum GroupState : Enum | |
| Member | Description |
|---|---|
| Expanded | Expanded status with the minus sign |
| Collapsed | Collapsed status with the plus sign |
| PartCollapsed | Internal use only: Ambiguous (or undetermined) status with the plus sign |
This example changes the color of the group depending on certain conditions.
| C# | Copy Code |
|---|---|
private void fpSpread1_RangeGroupStateChanged(object sender, FarPoint.Win.Spread.RangeGroupStateChangedEventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub FpSpread1_RangeGroupStateChanged(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.RangeGroupStateChangedEventArgs) | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.GroupState