RowStart Property

Gets or sets the row index of the topmost row in the region of interest (ROI).

Syntax

object.RowStart [= value]

Parameters

value
A Long expression between 0 and n-1, where n is the number of rows in the data set.

Remarks

Row numbering starts at 0 and goes to n-1, where n is the number of rows in the data set.

Note: You must call the Update method before the new ROI is mapped to the graph.

Collectively, ColumnStart, RowStart, NumColumns, and NumRows define the region of interest.

See Also

ColumnStart, NumColumns, NumRows