OdsoRecipientDataCollection
Item Property
|
Gets or sets an item in this collection.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public OdsoRecipientData this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As OdsoRecipientData
Get
Set
public:
property OdsoRecipientData^ default[int index] {
OdsoRecipientData^ get (int index);
void set (int index, OdsoRecipientData^ value);
}
member Item : OdsoRecipientData with get, set
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
OdsoRecipientData
See Also