NamedRange::Width Property

 

Gets the width of the NamedRange control in points.

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

property Object^ Width {
	Object^ get();
}

Property Value

Type: System::Object^

The width of the NamedRange control in points.

The following code example creates a NamedRange and then uses the Width and Height properties to display the width and height of the NamedRange.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: