Exemplo n.º 1
0
        public override CellBase CreateCell()
        {
            HtmlFooterCell cell = new HtmlFooterCell();

            if (CellStyle != default(HtmlCellStyle))
            {
                cell.Style = CellStyle;
            }
            return(cell);
        }
Exemplo n.º 2
0
		public override CellBase CreateCell(){
			HtmlFooterCell cell = new HtmlFooterCell();
			if(CellStyle!=default(HtmlCellStyle)) cell.Style= CellStyle;
			return cell;
		}