---
title: NSGridRow
framework: appkit
role: symbol
role_heading: Class
path: appkit/nsgridrow
---

# NSGridRow

A row within a grid view.

## Declaration

```swift
@MainActor class NSGridRow
```

## Topics

### Getting the Row Details

- [numberOfCells](appkit/nsgridrow/numberofcells.md)
- [isHidden](appkit/nsgridrow/ishidden.md)

### Formatting the Row

- [topPadding](appkit/nsgridrow/toppadding.md)
- [bottomPadding](appkit/nsgridrow/bottompadding.md)
- [height](appkit/nsgridrow/height.md)
- [rowAlignment](appkit/nsgridrow/rowalignment.md)
- [yPlacement](appkit/nsgridrow/yplacement.md)
- [NSGridRow.Alignment](appkit/nsgridrow/alignment.md)

### Getting the Grid View

- [gridView](appkit/nsgridrow/gridview.md)

### Getting Cells

- [cell(at:)](appkit/nsgridrow/cell(at:).md)

### Merging Cells in the Row

- [mergeCells(in:)](appkit/nsgridrow/mergecells(in:).md)

### Initializers

- [init(coder:)](appkit/nsgridrow/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Rows and Columns

- [NSGridColumn](appkit/nsgridcolumn.md)
