Click or drag to resize

CroSecTableRowreadFromTable Method

read one line from the table

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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