# this[]

> Reads the value at the specified index in the list of StyleSheet objects attached of the element

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## this\[int]

```csharp
public StyleSheet this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the StyleSheet

### Returns

| Type                                                                               | Description |
| ---------------------------------------------------------------------------------- | ----------- |
| [StyleSheet](/engine/6000.0/script-reference/unityengine/uielements/stylesheet.md) |             |
