Share via


ReqSupplyDemandScheduleControl.skipUnexpandedNodes Method [AX 2012]

Skips an unexpanded row in the row structure.

Syntax

private int skipUnexpandedNodes(int _startRow, int _parentOfExpandable)

Run On

Client

Parameters

  • _startRow
    Type: int
    An integer that contains the start row.
  • _parentOfExpandable
    Type: int
    A string that represents the type name of the parent of the expandable node.

Return Value

Type: int
The next row after the expanded nodes.

See Also

Reference

ReqSupplyDemandScheduleControl Class