NamedRange::get_Value Method (Object^)
Gets 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.
If you do not need to specify the RangeValueDataType parameter, you can use the Value property instead of this method.
For information on optional parameters, see Optional Parameters in Office Solutions.
Show: