Click or drag to resize
PrintMatrixSetEqualColumnWidths Method
Force all of the columns to have the same width.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrix SetEqualColumnWidths(
	bool equalColumnWidths
)

Parameters

equalColumnWidths
Type: SystemBoolean
A bool which specifies that all column widths will be equal.

Return Value

Type: PrintMatrix
The PrintMatrix object.
See Also