Shapes.AddTextbox(MsoTextOrientation, Single, Single, Single, Single) Método
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.
Cria uma caixa de texto. Retorna um Shape objeto que representa a nova caixa de texto.
public:
Microsoft::Office::Interop::Excel::Shape ^ AddTextbox(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Excel.Shape AddTextbox (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
Public Function AddTextbox (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 da caixa de texto.
- Left
- Single
Obrigatório single. A posição (em pontos) do canto superior esquerdo da caixa de texto em relação ao canto superior esquerdo do documento.
- Top
- Single
Obrigatório single. A posição (em pontos) do canto superior esquerdo da caixa de texto em relação à parte superior do documento.
- Width
- Single
Obrigatório single. A largura da caixa de texto, em pontos.
- Height
- Single
Obrigatório single. A altura da caixa de texto, em pontos.