ActiveReports3 Request technical support
Insert Method
See Also 


index
The index at which to insert the StyleSheet object.
value
The StyleSheet to insert.
Inserts the specified StyleSheet into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As StyleSheet
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
C# 
public void Insert( 
   int index,
   object value
)

Parameters

index
The index at which to insert the StyleSheet object.
value
The StyleSheet to insert.

See Also