NamedRange.set_Value(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the NamedRange control.
public void set_Value (object rangeValueDataType, object arg1);
abstract member set_Value : obj * obj -> unit
Public Sub set_Value (Optional rangeValueDataType As Object, Optional arg1 As Object)
Parameters
- rangeValueDataType
- Object
One of the XlRangeValueDataType values that specifies the data type of the range value. The default is xlRangeValueDefault. This parameter is optional in Visual Basic.
- arg1
- Object