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.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableRow CopyRow(
int rowId
)
Function CopyRow (
rowId As Integer
) As IQuoteTableRow
IQuoteTableRow^ CopyRow(
int rowId
)
No code example is currently available or this language may not be supported.
Parameters
- rowId Int32
- The row identifier.
Return Value
IQuoteTableRow
See Also