Skip to content

Commit 40683b8

Browse files
authored
Adds Clone method
1 parent 0dd4cf6 commit 40683b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/scriptlinkstandard.objects/rowobject.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void GetMyFieldValue_Returns_Y()
8282
| AddFieldObject(string, string) | Adds a [FieldObject](./fieldobject.md) to a RowObject using supplied FieldNumber and FieldValue. |
8383
| AddFieldObject(string, string, string, string, string) | Adds a [FieldObject](./fieldobject.md) to a RowObject using supplied FieldNumber and FieldValue and setting the Enabled, Locked, and Required values (e.g., `Y` or `N`). |
8484
| AddFieldObject(string, string, bool, bool, bool) | Adds a [FieldObject](./fieldobject.md) to a RowObject using supplied FieldNumber and FieldValue and setting the Enabled, Locked, and Required values. |
85+
| Clone() | Creates a copy of the RowObject. |
8586
| GetFieldValue(string) | Returns the FieldValue of a [FieldObject](./fieldobject.md) in a RowObject by FieldNumber. |
8687
| IsFieldEnabled(string) | Returns whether a [FieldObject](./fieldobject.md) in a RowObject is enabled by FieldNumber. |
8788
| IsFieldLocked(string) | Returns whether a [FieldObject](./fieldobject.md) in a RowObject is locked by FieldNumber. |

0 commit comments

Comments
 (0)