---
title: effectiveRowSizeStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/effectiverowsizestyle
---

# effectiveRowSizeStyle

The effective row size style for the table.

## Declaration

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

## Discussion

Discussion If the value in the rowSizeStyle property is NSTableView.RowSizeStyle.default, then this property contains the default size for this  table. The default size is currently set in System Preferences by the user.

## See Also

### Getting and Setting Row Size Styles

- [rowSizeStyle](appkit/nstableview/rowsizestyle-swift.property.md)
