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