Click or drag to resize

IQuoteTable Methods

The IQuoteTable type exposes the following members.

Methods
 NameDescription
Public methodAddNewRow Adds the new row. Make sure to add the Save() method after this method. If you are adding multiple rows, call the Save() method just once.
Public methodCopyRow 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.
Public methodDeleteRow 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.
Public methodExecuteValidations Execute validations on this quote table.
Public methodGetColumnByName Gets the column.
Public methodSave Saves this quote table.
Top
See Also