'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal location As InsertLocation _ ) As Cell
public Cell Insert( System.string text, InsertLocation location )
Parameters
- text
- The paragraph text in the new cell.
- location
- The row insert position in the current range.
Return Value
The inserted Cell.