Click or drag to resize

SpreadsheetFormSetCellValue Method

Sets a cell's value.

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
public void SetCellValue(
	string cell,
	Object value
)
Request Example View Source

Parameters

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