Edit

Share via


TickLabels.Orientation Property

Definition

Returns or sets a Long value that represents the text orientation.

public:
 property Microsoft::Office::Interop::Word::XlTickLabelOrientation Orientation { Microsoft::Office::Interop::Word::XlTickLabelOrientation get(); void set(Microsoft::Office::Interop::Word::XlTickLabelOrientation value); };
public Microsoft.Office.Interop.Word.XlTickLabelOrientation Orientation { get; set; }
member this.Orientation : Microsoft.Office.Interop.Word.XlTickLabelOrientation with get, set
Public Property Orientation As XlTickLabelOrientation

Property Value

Remarks

The value of this property can be an integer value from – 90 to 90 degrees or one of the XlTickLabelOrientation constants.

Applies to