Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an GridColumn to the list. |
![]() | AddRange | (Inherited from System.Collections.ArrayList) |
![]() | BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Clear | Removes all elements from the list. (Inherited from C1.Framework.ElementList) |
![]() | Clone | (Inherited from System.Collections.ArrayList) |
![]() | Contains | (Inherited from System.Collections.ArrayList) |
![]() | CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | GetRange | (Inherited from System.Collections.ArrayList) |
![]() | IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Insert | Inserts an Element at a specified index. (Inherited from C1.Framework.ElementList) |
![]() | InsertRange | Inserts the elements of a collection into the list at the specified index. (Inherited from C1.Framework.ElementList) |
![]() | LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | Offset | Overloaded. Adjusts the location of all Element objects in the list by the specified amount. (Inherited from C1.Framework.ElementList) |
![]() | Remove | (Inherited from System.Collections.ArrayList) |
![]() | RemoveAt | Removes the Element at the specified index from the list. (Inherited from C1.Framework.ElementList) |
![]() | RemoveRange | Removes a range of elements from the list. (Inherited from C1.Framework.ElementList) |
![]() | Reverse | Overloaded. Reverses the order of the elements in the list or a portion of it. (Inherited from C1.Framework.ElementList) |
![]() | SetRange | (Inherited from System.Collections.ArrayList) |
![]() | Sort | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | ToArray | Overloaded. (Inherited from System.Collections.ArrayList) |
![]() | TrimToSize | (Inherited from System.Collections.ArrayList) |