Click or drag to resize

CSVReaderlineNumber Method

return line number in CSV-file of row with given index. Index and line number may deviate in case of remark rows

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int lineNumber(
	int index
)

Parameters

index
Type: SystemInt32
index of row for which line number in CSV-file is sought

Return Value

Type: Int32
line number of indexed row in CSV-file
See Also