Insert(String,Cell) Method
In This Topic
Inserts a
Cell into this collection before a specified cell.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.String, _
ByVal As Cell _
) As Cell
public Cell Insert(
System.string ,
Cell
)
Parameters
- text
- The paragraph text in the new cell.
- before
- The cell before which to insert the new cell.
If null, the cell will be added to the end of the last table row in the range.
Return Value
See Also