IViewTableMethodsSetValue Method

Sets the value corresponding to the indicated field.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void SetValue(
	string fieldName,
	Object value
)

Parameters

fieldName  String
Indicate field name.
value  Object
Value to set.

See Also