TabsCollectionItem Property |
Gets the element at the specified index.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic TabCollection this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As TabCollection
Get
public:
property TabCollection^ default[int index] {
TabCollection^ get (int index);
}member Item : TabCollection with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
TabCollection
See Also