public void ApplyUnderlineToLastColumn()
        {
            SectionRow.Underline();
            var row = (IEnumerable <object>)SectionRow.Build();

            Assert.Equal(row.Last(), "_Text_");
        }