0
\multicolumn{1}{|c|}{\multirow{2}{*}{\textbf{\begin{tabular}[c]{@{}c@{}}Attribute\\  No\end{tabular}}}}

1 Answers1

4

From the documentation of the array package:

@{decl.} Suppresses inter-column space and inserts decl. instead.

So here @{} sets the space on both sides of the unique column to 0.

Bernard
  • 271,350