TableRowSyntaxNode.GetCells

TableRowSyntaxNode.GetCells method

Defines the interface for get cells.

public IEnumerable<TableCellSyntaxNode> GetCells()

Return Value

The sequence of the cells.

See Also