Changes the bordercolor in the default layout of the Cells added with method AddCell(string content).

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Color DefaultCellBorderColor { set; }
Visual Basic
Public WriteOnly Property DefaultCellBorderColor As Color
	Set
Visual C++
public:
property Color^ DefaultCellBorderColor {
	void set (Color^ value);
}

See Also