NamedRange::Value Property

 

Gets or sets the value of the NamedRange control.

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

property Object^ Value {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The value of the NamedRange control.

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.

The following code example demonstrates how to set the Value property with and without the optional parameters.

This version is for a document-level customization.

No code example is currently available or this language may not be supported.

This version is for an application-level add-in.

Return to top
Show: