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