Click or drag to resize

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; }

Parameters

index
Type: System Int32

Property Value

Type: OdsoRecipientData
See Also