C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / Remove Method
The object to remove.

In This Topic
Remove Method (RenderObjectCollection)
In This Topic
Removes the specified RenderObject from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal ro As RenderObject _
) 
 

Parameters

ro
The object to remove.
See Also