Get/Set the content of item at given column.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Property Item ( _
	lItem As Integer, _
	lCol As Integer _
) As String
	Get
	Set

Parameters

lItem
Type: System..::..Int32
Index of the item, beginning with 0.
lCol
Type: System..::..Int32
Column selector. Integer for selection by index.

Field Value

Return Value

Content of the item. Double variant if the column is a numeric scalar or electrode scalar. String variant otherwise.

Remarks

Item returns the content of an item at given column. The column can be selected by its index. The content won't be checked for validity - use CheckItem before setting items with unknown content. If the item column is set to be numeric scalar or electrode scalar, the variant returned by Item is of data type double. Otherwise Item returns a string variant.

See Also