gridRowAnchorIndex
Applicable only on direct children of grid auto-layout frames. Determines the starting row index for this node within the parent grid.
Supported on:
Signature
gridRowAnchorIndex: number [readonly]
Remarks
The row index is 0-based, where 0 is the first row in the grid. This property works in conjunction with gridRowSpan to determine the node's row position and size in the grid. If the index provided is greater than the number of rows in the grid, the setter will throw an error. If the index provided results in the node overlapping with another node in the grid, the setter will throw an error.