DADiSP Worksheet Functions > Function Categories > Query Functions > ITEMCOL

 

ITEMCOL

Purpose:

Returns the column number where the specified item starts relative to the starting column in the window.

Syntax:

ITEMCOL(win, item)

win

-

Optional. Window reference. Defaults to the current Window.

item

-

Optional. A positive integer, the index to the item in the Window. Defaults to 1.

Remarks:

An ITEM is a data object comprised of one or more series. For example, an interval series is an item that consists of one series, an XY series is an item that consists of 2 series and an XYZ series is an item that consists of 3 series.

 

If the specified item is greater than the number of items in the window, ITEMCOL returns 0.

See Also:

COL

GETITEM

ITEMCOUNT

ITEMNPUT

ITEMPOS

NUMITEMS

SERCOUNT