'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As RowReportStyle _ )
'Usage Dim instance As RowReportStyleList Dim index As Integer Dim value As RowReportStyle instance.Insert(index, value)
public void Insert( int index, RowReportStyle value )
Parameters
- index
- The zero-based index at which to insert the RowReportStyle.
- value
- A reference to the RowReportStyle object to insert.