items
Gets or sets the result CSVArrayList on the current instance.
ReadWrite
Yes
Syntax
| Accesor | Syntax |
|---|---|
| Get | expression.items |
| Set | expression.items = value |
| Accesor | Parameters |
|---|---|
| Get | None |
| Set | Name: Value Type: CSVArrayListModifiers: ByRef |
| Accesor | Returns Type |
|---|---|
| Get | CSVArrayList |
| Set | None |
Parameters
None
📝Note
The
itemsproperty can be used for check information from the class internals over certain range of the parsed CSV data.
⚠️Caution
The use of the Set accesor may break some internal logics, use it at your own risk.
- See also
- item property, CSVArrayList class.