| List クラス |
名前空間: Selenium
Dim instance As List
List には次のメンバーが定義されています。
| 名前 | 説明 | |
|---|---|---|
| List |
新しいリストオブジェクトを作成します。
| |
| List(Array) |
新しいリストオブジェクトを作成します。
| |
| List(Int32) |
新しいリストオブジェクトを作成します。
|
| 名前 | 説明 | |
|---|---|---|
| Add |
Adds a value in the list
| |
| AddRange |
Adds multiple values at once in the list
| |
| Clear |
Clears the list
| |
| Contains |
Return true if the list contains the value.
| |
| ConvertT |
Converts each value.
| |
| CopyTo |
Copies the values to an array
| |
| Distinct |
Remove duplicates
| |
| First |
最初の項目を返します。
| |
| GetEnumerator |
リストの列挙子を返します。
| |
| IndexOf |
値のインデックスを返します。
| |
| Insert |
Insert a value at index
| |
| Last |
最後の項目を返します。
| |
| LastIndexOf |
The index of the value starting from the end.
| |
| Remove |
Remove the value
| |
| RemoveAt |
Remove the value at index
| |
| Sort |
Sorts the elements
| |
| ToArray |
値の配列を返します。
| |
| ToExcel |
値を Excel にコピーします。宛先はアドレス、ワークシート、または範囲にできます。
| |
| Values |
値の配列を返します。
|
| 名前 | 説明 | |
|---|---|---|
| Count |
項目数を返します。
| |
| IsFixedSize |
利用できません。
| |
| IsReadOnly |
利用できません。
| |
| IsSynchronized |
常に False を返します。
| |
| Item |
インデックス位置の項目を返します。
| |
| SyncRoot |
常に null を返します。
|