Click or drag to resize

Section AddColumn Method

Adds new column to the section.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Column AddColumn(
	float width,
	float spacing
)

Parameters

width
Type: System Single
The width.
spacing
Type: System Single
The spacing.

Return Value

Type: Column

Implements

ISection AddColumn(Single, Single)
See Also