Removes the specified RenderObject from the current collection.

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

Syntax

C#
public void Remove(
	RenderObject ro
)
Visual Basic
Public Sub Remove ( _
	ro As RenderObject _
)

Parameters

ro
Type: C1.C1Preview..::..RenderObject
The object to remove.

See Also