What is the DefaultCell property used for?
The Java documentation for PdfPTable.getDefaultCell() reads:
Gets the default PdfPCell that will be used as reference for all the addCell methods except addCell(PdfPCell).
I don't understand it.
The documentation for the .NET library is lacking. The Java one is still documented but again not that well. I usually look up from the Java one because the two API's are symmetrical. But I still don't understand the meaning of this property.