Click or drag to resize
TableNextRow Method
Moves to the next record row in the Table.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void NextRow()
Remarks

Move to the next record row in the Table.

Examples

Please refer to the code example in the OpenTable(String) method topic to learn how to call the NextRow method.

See Also