SpreadsheetFormGetCellValue Method

Gets the Cell instance.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public DataGridViewCell GetCellValue(
	string cell
)

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