Adds new column to the section.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Column AddColumn(
	float width,
	float spacing
)
Public Function AddColumn ( 
	width As Single,
	spacing As Single
) As Column
public:
virtual Column^ AddColumn(
	float width, 
	float spacing
) sealed
abstract AddColumn : 
        width : float32 * 
        spacing : float32 -> Column 
override AddColumn : 
        width : float32 * 
        spacing : float32 -> Column 

Parameters

width
Single
The width.
spacing
Single
The spacing.

Return Value

Column

Implements

ISection..::..AddColumn(Single, Single)

See Also