NamedRange.get_Value(Object) Method

Definition

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.

Applies to