'Usage Dim instance As ImGearFileFilters Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- Location (index) of an item to be removed.
'Usage Dim instance As ImGearFileFilters Dim index As Integer instance.RemoveAt(index)
Note: If you just need to exclude a format from the auto-detection process, you can set its IImGearFormat.DetectionEnabled property to false. If the index is out of boundaries, an exception is thrown.