SpreadsheetFormUpdateValue Method |
Updates the cell value, parsing the expression if any.
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public void UpdateValue(
ref DataGridViewCell cell,
string expression
)
Public Sub UpdateValue (
ByRef cell As DataGridViewCell,
expression As String
)
Request Example
View SourceParameters
- cell DataGridViewCell
- expression String
See Also