Add new row with default height to the table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Row CreateRow()
Visual Basic
Public Function CreateRow As Row
Visual C++
public:
Row^ CreateRow()

Return Value

Created row.

See Also