Appends an item to the collection.
[Visual Basic]
Public Sub Add( _
ByVal value As Object _
)
[C#]
public void Add(
object value
);
[Delphi]
public procedure Add(
value: Object
);
Parameters
value
The item to add.
See Also
C1WebCollectionBase Class | C1WebCollectionBase Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |