Deletes a column in this table.

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

Syntax

C#
public void DeleteColumn(
	int column
)
Visual Basic
Public Sub DeleteColumn ( _
	column As Integer _
)
Visual C++
public:
void DeleteColumn(
	int column
)

Parameters

column
Type: System..::..Int32
the number of the column that has to be deleted

See Also