In This Topic
Adds a
Cell to this collection, to the end of the last table row in the range.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String _
) As Cell
public Cell Add(
System.string
)
Parameters
- text
- The paragraph text in the new cell.
Return Value
See Also