Spreadsheet FormGet Cell Value Method
Gets the Cell instance.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public DataGridViewCell GetCellValue(
string cell
)VB
Public Function GetCellValue (
cell As String
) As DataGridViewCellParameters
- cell String
- Cell reference in "Letter-Number" style (ex. "A1").
Return Value
DataGridViewCellRemarks
To get the actual cell's value, read the 'Value' property of the returning object.