예제 #1
0
        public IRowCollectionGenerator ConvertTo()
        {
            var rows = new RowCollection();

            rows.AddRange(this.Rows.Select(r => r.ConvertTo()));
            return(new RowCollectionSection
            {
                Rows = rows
            });
        }