Click or drag to resize
PrintMatrixSetColumnSpacing Method
Sets the number of spaces between columns.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrix SetColumnSpacing(
	int columnSpacing
)

Parameters

columnSpacing
Type: SystemInt32
An int specifying the number of spaces between columns.

Return Value

Type: PrintMatrix
The PrintMatrix object.
Remarks
The default value is 2.
See Also