Click or drag to resize

ISection AddColumn Method

Adds new column to the section.

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

Parameters

width
Type: System Single
spacing
Type: System Single

Return Value

Type: Column
See Also