'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal newFormat As IImGearFormat _ )
'Usage Dim instance As ImGearFileFilters Dim index As Integer Dim newFormat As IImGearFormat instance.Insert(index, newFormat)
public void Insert( int index, IImGearFormat newFormat )
public: void Insert( int index, IImGearFormat* newFormat )
public: void Insert( int index, IImGearFormat^ newFormat )
Parameters
- index
- Position where to insert a new format.
- newFormat
- New format to be inserted.