Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32

Property Value

OdsoRecipientData

See Also