<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/removeSavedColumns(withAutosaveName:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(cm)removeSavedColumnsWithAutosaveName:"
  },
  "title" : "removeSavedColumns(withAutosaveName:)"
}
-->

# removeSavedColumns(withAutosaveName:)

Removes the column configuration data stored under the given name from the application’s user defaults.

```
class func removeSavedColumns(withAutosaveName name: NSBrowser.ColumnsAutosaveName)
```

## Parameters

`name`

The name of the column configuration data to remove.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)