FormFlowsheetGetSpreadsheetFormat Method

Returns the format codes (e.g. "N2", "P3") of cells in the specified spreadsheet range.

Definition

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

Parameters

range  String
The range string in Excel notation.

Return Value

ListString
A list of string arrays (one per row) containing format descriptors.

Implements

IFlowsheetGetSpreadsheetFormat(String)

See Also