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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected DocumentObject GetByIndex(
	int index
)
Protected Function GetByIndex ( 
	index As Integer
) As DocumentObject
protected:
DocumentObject^ GetByIndex(
	int index
)
member GetByIndex : 
        index : int -> DocumentObject 

Parameters

index
Int32

Return Value

DocumentObject

See Also