Inserts a row or column into the containing RenderTable.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Insert(
	int position
)
Visual Basic
Public Sub Insert ( _
	position As Integer _
)

Parameters

position
Type: System..::..Int32
The position where to insert the row or column.

See Also