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

Syntax

C#
protected internal void SetCellMergeChild(
	RtfCell mergeParent
)
Visual Basic
Protected Friend Sub SetCellMergeChild ( _
	mergeParent As RtfCell _
)
Visual C++
protected public:
void SetCellMergeChild(
	RtfCell^ mergeParent
)

Parameters

mergeParent
Type: iTextSharp.text.rtf.table..::..RtfCell

See Also