NamedRange.get_Value(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.
Gets the value of the NamedRange control.
public object get_Value (object rangeValueDataType);
abstract member get_Value : obj -> obj
Public Function get_Value (Optional rangeValueDataType As Object) 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.
Returns
The value of the NamedRange control.