Click or drag to resize
CLSTLoadCSV Method
Load a list with data from a CSV file

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Both the Item and Value fields must be specified. The CSV file must be comma delimited, and have a header line with the field names. Leading and trailing spaces are removed in the names and values.
Syntax
public void LoadCSV(
	string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
The CSV file
str2
Type: SystemString
column label for the item name
str3
Type: SystemString
column label for the item value
See Also