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, _
	lCol As Integer, _
	AddBeforeCellContent As Boolean _
) As String
	Set

Parameters

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

Remarks

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

See Also