GrapeCity.Xaml.SpreadSheet.Data Namespace > RangeGroup Class : Direction Property |
'Declaration <DefaultValueAttribute()> Public Property Direction As RangeGroupDirection
'Usage Dim instance As RangeGroup Dim value As RangeGroupDirection instance.Direction = value value = instance.Direction
[DefaultValue()] public RangeGroupDirection Direction {get; set;}
gcSpreadSheet1.Sheets[0].RowRangeGroup.Group(3, 2); gcSpreadSheet1.Sheets[0].RowRangeGroup.Direction = GrapeCity.Xaml.SpreadSheet.Data.RangeGroupDirection.Backward;
GcSpreadSheet1.Sheets(0).RowRangeGroup.Group(3, 2) GcSpreadSheet1.Sheets(0).RowRangeGroup.Direction = GrapeCity.Xaml.SpreadSheet.Data.RangeGroupDirection.Backward
Target Platforms: Windows Server 2012, Windows RT