Namespace: Spire.Presentation.Converter.Equation.Word.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocumentObject this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As DocumentObject
	Get
public:
virtual property DocumentObject^ default[int index] {
	DocumentObject^ get (int index) sealed;
}
abstract Item : DocumentObject with get
override Item : DocumentObject with get

Parameters

index
Int32

Property Value

DocumentObject

Implements

IDocumentObjectCollection..::..Item[([( Int32])])

See Also