Does this Cell force a group change?

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

Syntax

C#
public bool GroupChange { get; set; }
Visual Basic
Public Property GroupChange As Boolean
	Get
	Set
Visual C++
public:
property bool GroupChange {
	bool get ();
	void set (bool value);
}

See Also