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