ActiveReports 12
Insert Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Insert Method
The zero-based index at which item should be inserted.
The object to insert. The value can be null for reference types.
Inserts an element into the List at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Style _
) 
public void Insert( 
   int index,
   Style item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert. The value can be null for reference types.
Exceptions
ExceptionDescription
index is less than 0.-or-index is greater than Count.
See Also

Reference

StyleSheet Class
StyleSheet Members