Click or drag to resize

CroSecTableRowreadFromTable Method

read one line from the table.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool readFromTable(
	List<string> row
)

Parameters

row
Type: System.Collections.GenericListString
list of strings containing the row entries.

Return Value

Type: Boolean
true if table row could be read otherwise false.
See Also