SpreadsheetFormSetCellValue Method

Sets a cell's value.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void SetCellValue(
	string cell,
	Object value
)

Parameters

cell  String
Cell reference in "Letter-Number" style (ex. "A1").
value  Object
The value to set.

See Also