Style.Orientation Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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