Share

iPartTableRow.Copy Method

Parent Object: iPartTableRow

Description

Method that creates a new row with all values equal to the original row.

Syntax

iPartTableRow.Copy( [NewMemberName] As String ) As iPartTableRow

Parameters

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 "".

Version

Introduced in version 2008

Was this information helpful?