Add new column with specified width to the table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Column CreateColumn(
	float width
)
Visual Basic
Public Function CreateColumn ( _
	width As Single _
) As Column
Visual C++
public:
Column^ CreateColumn(
	float width
)

Parameters

width
Type: System..::..Single
Width of a column to create.

Return Value

Created column.

See Also