NamedRange.get_Value Method

Gets the value of the NamedRange control.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Function get_Value ( _
    rangeValueDataType As Object _
) As Object
Object get_Value(
    Object rangeValueDataType
)

Parameters

Return Value

Type: System.Object
The value of the NamedRange control.

Remarks

If you do not need to specify the RangeValueDataType parameter, you can use the Value property instead of this method.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

NamedRange Interface

Microsoft.Office.Tools.Excel Namespace