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

Syntax

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

Parameters

index
Int32

Property Value

Section

See Also