GrapeCity.Windows.SpreadSheet.Data Namespace > RangeGroup Class : Direction Property |
'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property Direction As RangeGroupDirection
'Usage Dim instance As RangeGroup Dim value As RangeGroupDirection instance.Direction = value value = instance.Direction
[System.ComponentModel.DefaultValue()] public RangeGroupDirection Direction {get; set;}
gcSpreadSheet1.Sheets[0].RowRangeGroup.Group(3, 2); gcSpreadSheet1.Sheets[0].RowRangeGroup.Direction = GrapeCity.Windows.SpreadSheet.Data.RangeGroupDirection.Backward;
GcSpreadSheet1.Sheets(0).RowRangeGroup.Group(3, 2) GcSpreadSheet1.Sheets(0).RowRangeGroup.Direction = GrapeCity.Windows.SpreadSheet.Data.RangeGroupDirection.Backward
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