Method InsertRowBefore
InsertRowBefore(Row)
Inserts a row into the cluster before a given row.
Declaration
public Catalog.Table.Row InsertRowBefore(Catalog.Table.Row beforeRow)
Parameters
Type | Name | Description |
---|---|---|
Catalog.Table.Row | beforeRow | A row before which the new row should be inserted. |
Returns
Type | Description |
---|---|
Catalog.Table.Row | The inserted row. |
Remarks
Executing this method has the same effect than selecting a line and clicking on the "Insert" button located at the bottom of the MobiScript Window.