Click or drag to resize

SpreadsheetFormGetCellValue Method

Gets the Cell instance.

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
public DataGridViewCell GetCellValue(
	string cell
)
Request Example View Source

Parameters

cell  String
Cell reference in "Letter-Number" style (ex. "A1").

Return Value

DataGridViewCell
Remarks
To get the actual cell's value, read the 'Value' property of the returning object.
See Also