IViewTableMethodsSetValue Method
Sets the value corresponding to the indicated field.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetValue(
string fieldName,
Object value
)
Sub SetValue (
fieldName As String,
value As Object
)
Parameters
- fieldName String
- Indicate field name.
- value Object
- Value to set.