Spread Silverlight Documentation
Direction Property (RangeGroup)
Example 


Gets or sets the direction.
Syntax
'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;}

Property Value

A value that specifies the location of the range group summary row or column. The default value is Forward.
Example
This example uses the Direction property.
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
Requirements

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

See Also

Reference

RangeGroup Class
RangeGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.