---
title: rowSizeStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecellview/rowsizestyle
---

# rowSizeStyle

Returns the row size style.

## Declaration

```swift
var rowSizeStyle: NSTableView.RowSizeStyle { get set }
```

## Discussion

Discussion The rowSizeStyle property is set by the NSTableView to its effectiveRowSizeStyle. The cell view will layout the textField and imageView based on the rowSizeStyle. A value of NSTableView.RowSizeStyle.default should never be set on the cell view, as it is an appropriate value only for the table as it returns the effective row size style for the table.
