|
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)
Syntaxpublic bool readFromTable(
List<string> row
)
Public Function readFromTable (
row As List(Of String)
) As Boolean
public:
bool readFromTable(
List<String^>^ row
)
member readFromTable :
row : List<string> -> bool
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