ActiveReports 12
Add Method (TableColumnCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableColumnCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an object to the end of the Collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As TableColumn _
) 
public void Add( 
   TableColumn item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

TableColumnCollection Class
TableColumnCollection Members