iPartTableRow.Copy Method
Parent Object: iPartTableRowDescription
Method that creates a new row with all values equal to the original row.
Syntax
iPartTableRow.Copy( [NewMemberName] As String ) As iPartTableRowParameters
Name | Type | Description |
NewMemberName | String | Optional input string that specifies the member name for the new row. If not specified, a member name is automatically generated. This is an optional argument whose default value is "". |