PrintMatrixFormatFirstColumnNumber Property |
Turns on column labeling with index numbers and sets the index for
the label of the first column.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int FirstColumnNumber { get; set; }
Public Property FirstColumnNumber As Integer
Get
Set
public:
property int FirstColumnNumber {
int get ();
void set (int value);
}
member FirstColumnNumber : int with get, set
Property Value
Type:
Int32
The number for the first column label.
Remarks
This is usually 0 or 1. The default is 0.
See Also