ActiveReports 10
Add Method (TableColumnCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableColumnCollection Class : Add Method
The TableColumn object to add to the collection.
Adds a TableColumn object to the TableColumnCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As TableColumn _
) As Integer
public int Add( 
   TableColumn value
)

Parameters

value
The TableColumn object to add to the collection.

Return Value

A new TableColumn object.
See Also

Reference

TableColumnCollection Class
TableColumnCollection Members