IQuoteTableAddNewRow Method |
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.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableRow AddNewRow()
Function AddNewRow As IQuoteTableRow
IQuoteTableRow^ AddNewRow()
No code example is currently available or this language may not be supported.
Return Value
IQuoteTableRow
See Also