Method SetIntValue
SetIntValue(Int32)
Initializes the field with the supplied int
value.
Declaration
public NumericField SetIntValue(int value_Renamed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value_Renamed | the numeric value |
Returns
Type | Description |
---|---|
NumericField | this instance, because of this you can use it the following way:
|