---
title: "tableCellIntentWithIdentity:column:nestedInsideIntent:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nspresentationintent/tablecellintentwithidentity:column:nestedinsideintent:"
---

# tableCellIntentWithIdentity:column:nestedInsideIntent:

Creates a table cell intent with the provided information.

## Declaration

```occ
+ (NSPresentationIntent *) tableCellIntentWithIdentity:(NSInteger) identity column:(NSInteger) column nestedInsideIntent:(NSPresentationIntent *) parent;
```

## Parameters

- `identity`: The unique identifier for the intent.
- `column`: The column number for the cell.
- `parent`: The parent intent of the cell.

## Return Value

Return Value A new intent with the kind set to NSPresentationIntentKindTableCell.

## See Also

### Creating a presentation intent

- [paragraphIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/paragraphintentwithidentity:nestedinsideintent:.md)
- [headerIntentWithIdentity:level:nestedInsideIntent:](foundation/nspresentationintent/headerintentwithidentity:level:nestedinsideintent:.md)
- [orderedListIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/orderedlistintentwithidentity:nestedinsideintent:.md)
- [unorderedListIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/unorderedlistintentwithidentity:nestedinsideintent:.md)
- [listItemIntentWithIdentity:ordinal:nestedInsideIntent:](foundation/nspresentationintent/listitemintentwithidentity:ordinal:nestedinsideintent:.md)
- [codeBlockIntentWithIdentity:languageHint:nestedInsideIntent:](foundation/nspresentationintent/codeblockintentwithidentity:languagehint:nestedinsideintent:.md)
- [blockQuoteIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/blockquoteintentwithidentity:nestedinsideintent:.md)
- [thematicBreakIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/thematicbreakintentwithidentity:nestedinsideintent:.md)
- [tableIntentWithIdentity:columnCount:alignments:nestedInsideIntent:](foundation/nspresentationintent/tableintentwithidentity:columncount:alignments:nestedinsideintent:.md)
- [tableHeaderRowIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/tableheaderrowintentwithidentity:nestedinsideintent:.md)
- [tableRowIntentWithIdentity:row:nestedInsideIntent:](foundation/nspresentationintent/tablerowintentwithidentity:row:nestedinsideintent:.md)
