private void ColSpanFor(Cell cell, FluentTagBuilder tagBuilder) { if (cell.ColSpan == 1) { return; } tagBuilder.Colspan(cell.ColSpan); }