NamedRange::Value Property
Gets or sets the value of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
The Value property can be used with the following optional parameters. If you specify the optional parameters, you must use the set_Value and get_Value accessors in Visual Basic and C#.
Parameter | Description |
|---|---|
RangeValueDataType | One of the XlRangeValueDataType values that specifies the data type of the range value. The default is xlRangeValueDefault. |
_arg1 | The value of the NamedRange control. This parameter is used only with the set_Value accessor. |
For information on optional parameters, see Optional Parameters in Office Solutions.
Show: