AutoComplete for ASP.NET Web Forms
Move メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Group クラス : Move メソッド
Contains the new position for the group (index into the C1Report.Groups collection).
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.
Moves a group to a new position in the C1Report.Groups collection, optionally adjusting its C1Report.Sections and C1Report.Fields.
シンタックス
'宣言
 
Public Sub Move( _
   ByVal newIndex As System.Integer, _
   ByVal adjustSections As System.Boolean _
) 
public void Move( 
   System.int newIndex,
   System.bool adjustSections
)

パラメータ

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.
解説
This method is useful in designer applications, when you want to allow users to change the grouping order.
参照

Group クラス
Group メンバ