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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CustomXmlPart this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As CustomXmlPart
	Get
	Set
public:
property CustomXmlPart^ default[int index] {
	CustomXmlPart^ get (int index);
	void set (int index, CustomXmlPart^ value);
}
member Item : CustomXmlPart with get, set

Parameters

index
Int32

Property Value

CustomXmlPart

See Also