AODL.ExternalExporter.PDF.Document.ContentConverter.TableConverter.SetCellProperties C# (CSharp) Method

SetCellProperties() private method

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.
return iTextSharp.text.pdf.PdfPCell
		private iTextSharp.text.pdf.PdfPCell SetCellProperties(Cell cell, iTextSharp.text.pdf.PdfPCell pdfCell)
		{
			try
			{
				return null;

			}
			catch(Exception)
			{
				throw;
			}
		}
	}