'Declaration Public Sub Move( _ ByVal newIndex As Integer, _ ByVal adjustSections As Boolean _ )
public void Move( int newIndex, bool adjustSections )
Parameters
- newIndex
- Contains the new position for the group (index into the C1Report.Groups collection).
- adjustSections
- Determines whether only the group should be moved or whether its header and footer sections, along with all the fields in those sections, should also be moved.