ActiveReports 12
Reverse(Int32,Int32) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class > Reverse Method : Reverse(Int32,Int32) Method
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.
Syntax
'Declaration
 
Public Overloads Sub Reverse( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void Reverse( 
   int index,
   int count
)

Parameters

index
The zero-based starting index of the range to reverse.
count
The number of elements in the range to reverse.
Exceptions
ExceptionDescription
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.
See Also

Reference

StyleSheet Class
StyleSheet Members
Overload List