Add content to cell at given row and column. By default the new value will be appended to the existing item. Set 'AddBeforeCellContent' true to append existing cell content to new value.

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

Syntax

Visual Basic
Friend WriteOnly Property AppendToItem ( _
	lItem As Integer, _
	Col As String, _
	AddBeforeCellContent As Boolean, _
	szSeparator As String _
) As String
	Set

Parameters

lItem
Type: System..::..Int32
Index of the item, beginning with 0.
Col
Type: System..::..String
Column selector. String for selection by name.
AddBeforeCellContent
Type: System..::..Boolean
Append existing content to new content (default: false).
szSeparator
Type: System..::..String

Remarks

The column can be selected by its caption. The content won't be checked for validity.

See Also