ColumnStart Property

Gets or sets the index of the leftmost column of the region of interest (ROI).

Syntax

object.ColumnStart [= value]

Parameters

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

Remarks

Collectively, ColumnStart, RowStart, NumColumns, and NumRows define the ROI.

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

See Also

NumColumns, NumRows, RowStart