Removes the row with the specified cell.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void RemoveRowAt(
Cell cell
)
Public Sub RemoveRowAt (
cell As Cell
)
Parameters
- cell
- Type: Aceoffix.WordWriterCell
Once the cell object goes out of the scope of the Table, insertion will fail silently.
See Also