Form FlowsheetGet Spreadsheet Data 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
A list of string arrays, one per row.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<string[]> GetSpreadsheetData(
string range
)VB
Public Function GetSpreadsheetData (
range As String
) As List(Of String())Parameters
- range String
- The range string in Excel notation, e.g. "A1:D5".
Return Value
ListStringA list of string arrays, one per row.