C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCellCollection Class / Add Method
The object to add (if the current list already contains this object, an exception is thrown).

In This Topic
Add Method (TableCellCollection)
In This Topic
Adds an object implementing the System.IComparable interface to the current list.
Syntax
'Declaration
 
Protected Function Add( _
   ByVal obj As IComparable _
) As Integer
 

Parameters

obj
The object to add (if the current list already contains this object, an exception is thrown).

Return Value

The index of the added object in the current list.
See Also