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)
Syntax
public TabCollection this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Return Value

Type: TabCollection
See Also