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, _
	Col As String _
) As String
	Get
	Set

Parameters

lItem
Type: System..::..Int32
Index of the item, beginning with 0.
Col
Type: System..::..String
Column selector. String for selection by name.

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 caption. 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