RequirementRow
Description
RequirementRow objects represent requirements in
        Requirements Table blocks.  Use the objects to programmatically adjust the
      requirement properties.
Creation
There are several ways to create a RequirementRow object:
- Create a new requirement in a Requirements Table block by using the - addRequirementRowobject function.
- Create a requirement interactively in the Requirements Table block, then get the associated - RequirementRowobject by using the- getRequirementRowsobject function.
Properties
Object Functions
| addChild | Add child requirement or assumption to Requirements Table block | 
| getChildren | Retrieve child requirements and assumptions in Requirements Table block | 
| clear | Clear row in Requirements Table block | 
| removeRow | Remove Requirements Table block row |