insertRows
|
The insertRows function inserts the specified number of new rows just
before the specified row. Usage Use the insertRows functionto insert additional rows into a Brick object.
The new rows will be inserted just before the specified insertion row.
The new rows will all be initialized to all zeros.
Expression:
Arguments
Name
Type
Description Argument: aBrick Brick
The Brick object to which new rows will be inserted. Argument: rowNum Integer
Insert the new rows just before this row number. Argument: rowCount Integer
The number of new rows to be inserted
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Brick | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|