Click or drag to resize

IQuoteTableCopyRow Method

Copies the row. Make sure to add the Save() method after this method. If you are copying multiple rows, add the Save() method just once.

Namespace: Scripting.QuoteTables
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IQuoteTableRow CopyRow(
	int rowId
)

Parameters

rowId  Int32
The row identifier.

Return Value

IQuoteTableRow
See Also