OdsoRecipientDataCollection
Add Method
|
Adds an object to the end of this collection.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
OdsoRecipientData value
)
Public Function Add (
value As OdsoRecipientData
) As Integer
public:
int Add(
OdsoRecipientData^ value
)
member Add :
value : OdsoRecipientData -> int
Parameters
-
value
-
Type:
Spire.Doc
OdsoRecipientData
The object to add. Cannot be null.
Return Value
Type:
Int32
See Also