Click or drag to resize
TableInsertRowAfter Method
Inserts new rows below the row with the specified cell.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void InsertRowAfter(
	Cell cell
)

Parameters

cell
Type: Aceoffix.WordWriterCell
Once the cell object goes out of the scope of the Table, insertion will fail silently.
See Also