# Span(int)

> A span of count tracks from the opposite edge.

## Definition

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

```csharp
public static GridLine Span(int count)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The number of tracks to span; must be >= 1.

### Returns

| Type                                                                           | Description |
| ------------------------------------------------------------------------------ | ----------- |
| [GridLine](/engine/6000.7/script-reference/unityengine/uielements/gridline.md) |             |
