Cookies Methods |
The Cookies type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a value in the list
(Inherited from List.) |
![]() | AddRange |
Adds multiple values at once in the list
(Inherited from List.) |
![]() | Clear |
Clears the list
(Inherited from List.) |
![]() | Contains |
Return true if the list contains the value.
(Inherited from List.) |
![]() | ConvertT |
Converts each value.
(Inherited from List.) |
![]() | CopyTo |
Copies the values to an array
(Inherited from List.) |
![]() | Distinct |
Remove duplicates
(Inherited from List.) |
![]() | First |
Returns the first item
(Inherited from List.) |
![]() | GetEnumerator |
Returns the List enumerator
(Inherited from List.) |
![]() | IndexOf |
Returns the index of the value
(Inherited from List.) |
![]() | Insert |
Insert a value at index
(Inherited from List.) |
![]() | Last |
Returns the last item
(Inherited from List.) |
![]() | LastIndexOf |
The index of the value starting from the end.
(Inherited from List.) |
![]() | Remove |
Remove the value
(Inherited from List.) |
![]() | RemoveAt |
Remove the value at index
(Inherited from List.) |
![]() | Sort |
Sorts the elements
(Inherited from List.) |
![]() | ToArray |
Returns an array with the values
(Inherited from List.) |
![]() ![]() | ToExcel |
Copies the values to Excel. The target can be an address, a worksheet or a range.
(Inherited from List.) |
![]() | Values |
Returns an array with the values
(Inherited from List.) |