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

Syntax

C#
protected internal void SetCellRight(
	int cellRight
)
Visual Basic
Protected Friend Sub SetCellRight ( _
	cellRight As Integer _
)
Visual C++
protected public:
void SetCellRight(
	int cellRight
)

Parameters

cellRight
Type: System..::..Int32

See Also