Adds an element to the collection based on the specified collection with the specified name.
[Visual Basic]
Overloads Public Function Add( _
ByVal calc As Calculation, _
ByVal text As String _
) As Integer
[C#]
public int Add(
Calculation calc,
string text
);
Numeric index of the added element.
ElementCollection Class | ElementCollection Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.