AFCsvColumns Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFCsvColumns type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| ExtraTypes |
This read-only property returns a list of object types that do not have their own separate
columns, but rather share columns with other types in the collection.
| |
| Headers |
This read-only property returns a list of string headers for each of the AFCsvColumn
objects in the collection.
| |
| ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionAFCsvColumn.) | |
| ItemString |
Returns the specified object from the collection by name.
| |
| Types |
This read-only property returns a list of object types represented by the AFCsvColumn
objects in the collection.
|