Click or drag to resize

CSVReaderitems Method

get items of line in table that is identified by a zero based index

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> items(
	string index
)

Parameters

index
Type: SystemString
zero based index of row for which items are to be retrieved

Return Value

Type: ListString
items of indexed row
See Also