行からセルを削除するには:
<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>
<tr>
<th>PowerMILL Version</th><!--<td>{version} CodeBase {codebase}</td>-->
</tr>
コメント間のセルは非表示になります。ただし、当該列の表のヘディングは表示されます。
セルの行を削除するには:
<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>
<!--<tr>
<th>PowerMILL Version</th><td>{version} CodeBase {codebase}</td>
</tr>-->
コメントアウトされた列の全セルが非表示になります。
結合列のセルを削除するには:
<tr>
<th>Block</th>
<td colspan="3">
{block.limits.x.max-block.limits.x.min} ×
{block.limits.y.max-block.limits.y.min} ×
{block.limits.z.max-block.limits.z.min}
</td>
</tr>
<!--{block.limits.x.max-block.limits.x.min} ×-->
<td colspan="2">
結合行のセルを削除するには:
<tr>
<td rowspan="3">{strategy}</td>
</tr>
<tr>
<th>Diameter</th><td>{tool.diameter}</td>
</tr>
<tr>
<th>Tip radius</th><td>{tool.tip_radius}</td>
</tr>
<tr>
<th>Length</th><td>{tool.length}</td>
</tr>
<!--<tr>
<th>Diameter</th><td>{tool.diameter}</td>
</tr>-->
<td rowspan="2">