Click or drag to resize

ColumnCollection Populate Method

Populates the specified number of columns with specified spacing.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Populate(
	int count,
	float spacing
)

Parameters

count
Type: System Int32
The count.
spacing
Type: System Single
The spacing.
See Also