IXlRow.CreateCell Method
Name | Parameters | Description |
---|---|---|
CreateCell() | none | Creates a new cell in the row and returns the IXlCell object. |
CreateCell(Int32) | columnIndex | Creates a new cell at the intersection of the current row and the specified column. |