ContainerElement.deleteRow (Method)
Deletes a row configured for a container.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | PageID | Required | ID of the page on which container is defined. |
controlID | ControlID | Required | ID of the container control. |
rowNumber | NonNegativeInteger | Required | Index of the row to be deleted. |
gridRowID | GridLayoutRowID | Required | ID of the grid layout row. |
saveForSession | Boolean | Optional. Defaults to '0'. | Boolean flag when true means, the row information configured for the container is saved in a session for a later save. |
Context:
License Requirements | (none) |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | (none) |
Author Lock | Required |
Error Codes:
None
Notes:
None