PDF File Writer Class Library - Author Uzi Granot
PdfTableDefaultCellStyle Property |
Gets the default cell style.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfTableStyle DefaultCellStyle { get; }
Property Value
Type: PdfTableStyleDefault cell style.

The default cell style is used by cells without private style.
The returned value is the default cell style object. A change to any of the syle properties will affect all cells without private style.
