Shapes.AddTextbox(MsoTextOrientation, Single, Single, Single, Single) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト ボックスを作成します。 新しいテキスト ボックスを Shape 表す オブジェクトを返します。
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
パラメーター
- Orientation
- MsoTextOrientation
必須 MsoTextOrientation。 テキスト ボックス内の文字列の向きを指定します。
- Left
- Single
単精度浮動小数点型 (Single) の値を使用します。 文書の左上隅を基準にしてテキスト ボックスの左上隅の位置をポイント単位で指定します。
- Top
- Single
単精度浮動小数点型 (Single) の値を使用します。 文書の上端を基準にしてテキスト ボックスの左上隅の位置をポイント単位で指定します。
- Width
- Single
単精度浮動小数点型 (Single) の値を使用します。 テキスト ボックスの幅をポイント単位で指定します。
- Height
- Single
単精度浮動小数点型 (Single) の値を使用します。 テキスト ボックスの高さをポイント単位で指定します。