ContainerElement.insertRowAtPosition (Method)
Inserts a Grid Layout Row at the position of supplied RowID or RowNumber.
Returns:
NonNegativeInteger
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | PageID | Required | ID of the page on which the container is placed. |
controlID | ControlID | Required | ID of the container control. |
gridRowID | GridLayoutRowID | Required | ID of the grid layout row inserting. |
oldGridRowID | GridLayoutRowID_0 | Optional. Defaults to '0'. | Existing grid layout row ID. |
oldRowNumber | NonNegativeInteger | Optional. Defaults to '0'. | Index of existing grid layout row. |
getFromSession | Boolean | Optional. Defaults to '0'. | Boolean flag when true when row information should be fetched from the session variable stored for this container instance. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | None |
Require Context | (none) |
Author Lock | Required |
Error Codes:
None
Notes:
None