Style.Orientation Propriedade

Definição

A orientação do texto. Pode ser um valor inteiro de –90 a 90 graus ou uma das 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 da propriedade

Comentários

XlOrientation pode ser uma das seguintes constantes:

xlDownward

xlUpward

xlHorizontal

xlVertical

Aplica-se a