ComponentOne DataGrid for WPF and Silverlight
Move Method

C1.WPF.DataGrid.Summaries Namespace > DataGridAggregatesCollection Class : Move Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Move( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer _
) 
[__DynamicallyInvokable()]
public void Move( 
   System.int oldIndex,
   System.int newIndex
)

Parameters

oldIndex
newIndex
See Also

Reference

DataGridAggregatesCollection Class
DataGridAggregatesCollection Members