Share

ModelStateTableRow.Copy Method

Parent Object: ModelStateTableRow

Description

Method that creates a copy of the ModelStateTableRow. The new created ModelStateTableRow is returned.

Syntax

ModelStateTableRow.Copy( [NewName] As String ) As ModelStateTableRow

Parameters

Name Type Description
NewName String Optional input String that specify the member name of the new ModelStateTableRow. If not specified a default name will be used.

This is an optional argument whose default value is "".

Version

Introduced in version 2022

Was this information helpful?