Moves a group to a new position in the
C1Report.Groups collection, optionally adjusting its
C1Report.Sections and
C1Report.Fields.
シンタックス
'宣言
Public Sub Move( _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public void Move(
System.int ,
System.bool
)
パラメータ
- 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.
参照