Form FlowsheetGet Spreadsheet Format 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
A list of string arrays (one per row) containing format descriptors.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<string[]> GetSpreadsheetFormat(
string range
)VB
Public Function GetSpreadsheetFormat (
range As String
) As List(Of String())Parameters
- range String
- The range string in Excel notation.
Return Value
ListStringA list of string arrays (one per row) containing format descriptors.