Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public int Add(
	TableCol col
)
Visual Basic
Public Function Add ( _
	col As TableCol _
) As Integer
Visual C++
public:
int Add(
	TableCol^ col
)

See Also