Deletes a row or column from the containing RenderTable.

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

Syntax

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

Parameters

position
Type: System..::..Int32
The index of the row or column to delete.

See Also