Compartilhar via


Shapes.AddLabel(MsoTextOrientation, Single, Single, Single, Single) Método

Definição

Cria um rótulo. Retorna um Shape objeto que representa o novo rótulo.

public:
 Microsoft::Office::Interop::Excel::Shape ^ AddLabel(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Excel.Shape AddLabel (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
Public Function AddLabel (Orientation As MsoTextOrientation, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

Parâmetros

Orientation
MsoTextOrientation

Necessário MsoTextOrientation. A orientação do texto no rótulo. Pode ser uma dessas constantes MsoTextOrientation :msoTextOrientationDownwardmsoTextOrientationHorizontalmsoTextOrientationHorizontalRotatedFarEastmsoTextOrientationMixedmsoTextOrientationUpwardmsoTextOrientationVerticalmsoTextOrientationVerticalFarEast Algumas dessas constantes podem não estar disponíveis para você, dependendo do suporte ao idioma (inglês dos EUA, por exemplo) que você selecionou ou instalou.

Left
Single

Obrigatório single. A posição (em pontos) do canto superior esquerdo do rótulo em relação ao canto superior esquerdo do documento.

Top
Single

Obrigatório single. A posição (em pontos) do canto superior esquerdo do rótulo em relação ao canto superior do documento.

Width
Single

Obrigatório single. A largura do rótulo, em pontos.

Height
Single

Obrigatório single. A altura do rótulo, em pontos.

Retornos

Aplica-se a