RemoveAt(int)
Removes the column at the specified index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void RemoveAt(int index)
Parameters
The index of the column to remove.