2017-09-02 5 views

答えて

0

clineを追加することによって:

\documentclass{article} 
\usepackage{multirow} 

\begin{document} 
\begin{table}[ht] 
    \centering 
    \caption{Multi-row table} 
    \label{tab:Mergedrows} 
    \vspace{1ex} 
     \begin{tabular}{|c|c|} 
      \hline 
      \multirow{2}{*}{Mergedrows} 
      &X\\ 
      \cline{2-2} % add this 
      &X \\ 
      \hline 
     \end{tabular} 
\end{table} 
\end{document} 
+0

を聞いて喜ん@musayusuf、そして答えを受け入れるおよび/またはそれをupvoteしてください。 – Robert

関連する問題