NamedRange::Orientation Property

 

Gets or sets the text orientation.

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

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

Property Value

Type: System::Object^

An integer value in the range of -90 to 90 degrees.

The following code example creates a NamedRange and then uses the Orientation property to display vertical text in 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: