Insert Method (StyleSheet)
Inserts the specified StyleSheet into the collection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The index at which to insert the StyleSheet object.
- value
- The StyleSheet to insert.