Click or drag to resize
PrintMatrixFormatSetColumnLabels Method
Turns on column labeling using the given labels.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetColumnLabels(
	string[] columnLabels
)

Parameters

columnLabels
Type: SystemString
An array of Strings to be used as column labels. If there are more columns than labels, the labels are reused.
See Also