Style.Orientation Propiedad

Definición

Orientación del texto. Puede ser un valor entero de –90 a 90 grados o una de las XlOrientation constantes.

public:
 property Microsoft::Office::Interop::Excel::XlOrientation Orientation { Microsoft::Office::Interop::Excel::XlOrientation get(); void set(Microsoft::Office::Interop::Excel::XlOrientation value); };
public Microsoft.Office.Interop.Excel.XlOrientation Orientation { get; set; }
Public Property Orientation As XlOrientation

Valor de propiedad

Comentarios

XlOrientation puede ser una de las siguientes constantes:

xlDownward

xlUpward

xlHorizontal

xlVertical

Se aplica a