ActiveReports 12
RemoveRange Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : RemoveRange Method
The zero-based starting index of the range of elements to remove.
The number of elements to remove.
Removes a range of elements from the List.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

Parameters

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.
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