ElementCollectionIListAdd Method |
Adds an item to the
IList.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxint IList.Add(
Object value
)
Private Function Add (
value As Object
) As Integer Implements IList.Add
Parameters
- value
- Type: SystemObject
The Object to add to the IList.
Return Value
Type:
Int32The position into which the new element was inserted.
Implements
IListAdd(Object)
Exceptions
See Also