コード例 #1
0
        public void ApplyRawToLastColumn()
        {
            SectionRow.Raw();
            var row = (IEnumerable <object>)SectionRow.Build();

            Assert.Equal(row.Last(), @"!Text!");
        }