PrintMatrixFormatSetColumnLabels Method |
Turns on column labeling using the given labels.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetColumnLabels(
string[] columnLabels
)
Public Sub SetColumnLabels (
columnLabels As String()
)
public:
void SetColumnLabels(
array<String^>^ columnLabels
)
member SetColumnLabels :
columnLabels : string[] -> unit
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