Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Remove(SortColumnDescription)

Removes the first occurence of a sort description from the collection.
Read time 1 minuteLast updated 12 days ago

Definition

public bool Remove(SortColumnDescription desc)

Parameters

The sort description to remove.

Returns

Type

Description

boolWhether it was removed or not.