Use the DesignerAutoFormatCollection.Clear method to remove all formats from the collection. To remove a specific format from the collection, use the DesignerAutoFormatCollection.Remove(DesignerAutoFormat) method. To remove a format at a particular index, use the DesignerAutoFormatCollection.RemoveAt(int) method.