<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.0.0 - 10.9.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrinter/statusForTable:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrinter(im)statusForTable:"
  },
  "title" : "statusForTable:"
}
-->

# statusForTable:

Returns the status of the specified table.

```
- (NSPrinterTableStatus) statusForTable:(NSString *) tableName;
```

## Parameters

`tableName`

The name of a table from the printer’s PPD file.

## Return Value

One of the return values described in `Constants`.

---

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)