NamedRange::set_Value Method (Object^, Object^)
Sets the value of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Parameters
- rangeValueDataType
-
Type:
System::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
The value of the NamedRange control. This parameter is optional in Visual Basic.
If you do not need to specify the optional parameters, you can use the Value property instead of this method.
For information on optional parameters, see Optional Parameters in Office Solutions.
Show: