'Declaration Public Function Add( _ ByVal item As ReportItem _ ) As Integer
public int Add( ReportItem item )
Parameters
- item
- The object to add.
Return Value
The index of the newly added object in the current collection.
'Declaration Public Function Add( _ ByVal item As ReportItem _ ) As Integer
public int Add( ReportItem item )