Turns on row labeling with index numbers and sets the index for the label of the first row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int FirstRowNumber { get; set; }
Visual Basic (Declaration)
Public Property FirstRowNumber As Integer
Visual C++
public:
property int FirstRowNumber {
	int get ();
	void set (int value);
}

Field Value

The number for the first row label.

Remarks

This is usually 0 or 1. The default is 0.

See Also