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

Syntax

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

Parameters

cellWidth
Type: System..::..Int32

See Also