LayoutSlideCollectionItem Property |
Returns the layout slide by index.
Read-only
LayoutSlide.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public ILayoutSlide this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ILayoutSlide
Get
public:
virtual property ILayoutSlide^ default[int index] {
ILayoutSlide^ get (int index) sealed;
}
abstract Item : ILayoutSlide with get
override Item : ILayoutSlide with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ILayoutSlideImplements
ILayoutSlideCollectionItemInt32See Also