C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / Add Method
The object to add.

In This Topic
Add Method (RenderObjectCollection)
In This Topic
Adds the specified RenderObject to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal ro As RenderObject _
) As Integer
 

Parameters

ro
The object to add.

Return Value

The index of the newly added object in the current collection.
See Also