<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/effectiveRowSizeStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(py)effectiveRowSizeStyle"
  },
  "title" : "effectiveRowSizeStyle"
}
-->

# effectiveRowSizeStyle

The effective row size style for the table.

```
var effectiveRowSizeStyle: NSTableView.RowSizeStyle { get }
```

## Discussion

If the value in the [`rowSizeStyle`](/documentation/AppKit/NSTableView/rowSizeStyle-swift.property) property is [`NSTableView.RowSizeStyle.default`](/documentation/AppKit/NSTableView/RowSizeStyle-swift.enum/default), then this property contains the default size for this  table. The default size is currently set in System Preferences by the user.

---

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)