Function: insertDrawdownRow()
insertDrawdownRow(d, i, row): Drawdown
Defined in: draft/draft.ts:1066
insert a row into the drawdown at a given location
Parameters
Drawdown
the drawdown
number
the weft location
row
Cell[]
the row to insert, or null if row should be blank.
Returns
Drawdown