Click or drag to resize

SpreadsheetFormUpdateValue Method

Updates the cell value, parsing the expression if any.

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
public void UpdateValue(
	ref DataGridViewCell cell,
	string expression
)
Request Example View Source

Parameters

cell  DataGridViewCell
expression  String
See Also