FormFlowsheetGetSpreadsheetData Method

Returns the raw cell values from the specified spreadsheet range (e.g. "A1:C10") as a row-major list of string arrays.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public List<string[]> GetSpreadsheetData(
	string range
)

Parameters

range  String
The range string in Excel notation, e.g. "A1:D5".

Return Value

ListString
A list of string arrays, one per row.

Implements

IFlowsheetGetSpreadsheetData(String)

See Also