ShortcutColumn(String, String) Constructor

Initializes a new instance of the ShortcutColumn class with a name and description.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public ShortcutColumn(
	string name,
	string description
)

Parameters

name  String
The display name of the shortcut column.
description  String
A brief description of the shortcut column.

See Also