Cells.Insert

Cells.Insert method

Insert cell to collection.

public void Insert(int index, Cell cell)
ParameterTypeDescription
indexInt32The selected index.
cellCellThe selected cell.

See Also