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

Syntax

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

Parameters

index
Int32

Property Value

ILayout

See Also