ActiveReports.Viewer3 Request technical support
Add Method
See Also 


value
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As ITableCell _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CellCollection
Dim value As ITableCell
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   ITableCell value
)

Parameters

value

See Also