Click or drag to resize

IQuoteTableDeleteRow Method

Deletes the row. Make sure to add the Save() method after this method. If you are deleting 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
void DeleteRow(
	int rowId
)

Parameters

rowId  Int32
The row identifier.
See Also