ActiveReports 12
GetRange Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : GetRange Method
The zero-based List index at which the range starts.
The number of elements in the range.
Creates a shallow copy of a range of elements in the source List.
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As List(Of Style)
public List<Style> GetRange( 
   int index,
   int count
)

Parameters

index
The zero-based List index at which the range starts.
count
The number of elements in the range.

Return Value

A shallow copy of a range of elements in the source List.
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