AODL.ExternalExporter.PDF.Document.ContentConverter.TableConverter.SetCellProperties C# (CSharp) 메소드

SetCellProperties() 개인적인 메소드

Sets the cell properties.
private SetCellProperties ( Cell cell, iTextSharp pdfCell ) : iTextSharp.text.pdf.PdfPCell
cell AODL.Document.Content.Tables.Cell The cell.
pdfCell iTextSharp The PDF cell.
리턴 iTextSharp.text.pdf.PdfPCell
		private iTextSharp.text.pdf.PdfPCell SetCellProperties(Cell cell, iTextSharp.text.pdf.PdfPCell pdfCell)
		{
			try
			{
				return null;

			}
			catch(Exception)
			{
				throw;
			}
		}
	}