SpreadsheetFormGetCellValue Method |
Gets the Cell instance.
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public DataGridViewCell GetCellValue(
string cell
)
Public Function GetCellValue (
cell As String
) As DataGridViewCell
Request Example
View SourceParameters
- 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.
See Also