IQuote |
The IQuoteTable type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNewRow | 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. | |
| CopyRow | 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. | |
| DeleteRow | 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. | |
| ExecuteValidations | Execute validations on this quote table. | |
| GetColumnByName | Gets the column. | |
| Save | Saves this quote table. |