'Declaration Protected Overrides Sub OnInsert( _ ByRef index As Integer, _ ByVal value As Object, _ ByRef cancel As Boolean _ )
'Usage Dim instance As GroupReportStyleList Dim index As Integer Dim value As Object Dim cancel As Boolean instance.OnInsert(index, value, cancel)
Parameters
- index
- The zero-based index at which to insert the GroupReportStyle .
- value
- The new value of the GroupReportStyle at index.
- cancel
- true to cancel the operation; false otherwise.