Cookies Methods

The Cookies type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a value in the list
(Inherited from List.)
Public methodAddRange
Adds multiple values at once in the list
(Inherited from List.)
Public methodClear
Clears the list
(Inherited from List.)
Public methodContains
Return true if the list contains the value.
(Inherited from List.)
Public methodConvertT
Converts each value.
(Inherited from List.)
Public methodCopyTo
Copies the values to an array
(Inherited from List.)
Public methodDistinct
Remove duplicates
(Inherited from List.)
Public methodFirst
Returns the first item
(Inherited from List.)
Public methodGetEnumerator
Returns the List enumerator
(Inherited from List.)
Public methodIndexOf
Returns the index of the value
(Inherited from List.)
Public methodInsert
Insert a value at index
(Inherited from List.)
Public methodLast
Returns the last item
(Inherited from List.)
Public methodLastIndexOf
The index of the value starting from the end.
(Inherited from List.)
Public methodRemove
Remove the value
(Inherited from List.)
Public methodRemoveAt
Remove the value at index
(Inherited from List.)
Public methodSort
Sorts the elements
(Inherited from List.)
Public methodToArray
Returns an array with the values
(Inherited from List.)
Public methodCode exampleToExcel
Copies the values to Excel. The target can be an address, a worksheet or a range.
(Inherited from List.)
Public methodValues
Returns an array with the values
(Inherited from List.)
Top
See Also