Add new row with specified 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(
	float height
)
Visual Basic
Public Function CreateRow ( _
	height As Single _
) As Row
Visual C++
public:
Row^ CreateRow(
	float height
)

Parameters

height
Type: System..::..Single
Height of a row to create.

Return Value

Created row.

See Also