GrapeCity ActiveReports for .NET 16.0J
Reverse(Int32,Int32) メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス > Reverse メソッド : Reverse(Int32,Int32) メソッド
The zero-based starting index of the range to reverse.
The number of elements in the range to reverse.
Reverses the order of the elements in the specified range.
シンタックス
'宣言
 
Public Overloads Sub Reverse( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void Reverse( 
   int index,
   int count
)

パラメータ

index
The zero-based starting index of the range to reverse.
count
The number of elements in the range to reverse.
例外
例外解説
index is less than 0. -or- count is less than 0.
index and count do not denote a valid range of elements in the List.
参照

StyleSheet クラス
StyleSheet メンバ
オーバーロード一覧