IMasterLayouts
Item Property
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
-
Type:
System
Int32
Property Value
Type:
ILayout
See Also