GrapeCity.Windows.SpreadSheet.Data Namespace : GroupState Enumeration |
'Declaration Public Enum GroupState Inherits System.Enum
'Usage Dim instance As GroupState
public enum GroupState : System.Enum
Member | Description |
---|---|
Collapsed | [1] Indicates collapsed status with the plus sign. |
Expanded | [0] Indicates expanded status with the minus sign. |
gcSpreadSheet1.Sheets[0].RowRangeGroup.Group(1, 10); private void Button_Click(object sender, RoutedEventArgs e) { gcSpreadSheet1.Sheets[0].RowRangeGroup.Find(1, 0).State = GroupState.Collapsed; }
GcSpreadSheet1.Sheets(0).RowRangeGroup.Group(1, 10) Private Sub Button_Click(sender As System.Object, e As System.Windows.RoutedEventArgs) GcSpreadSheet1.Sheets(0).RowRangeGroup.Find(1, 0).State = GroupState.Collapsed End Sub
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.GroupState
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6