Shapes.AddLabel(MsoTextOrientation, Single, Single, Single, Single) メソッド

定義

ラベルを作成します。 新しいラベルを Shape 表す オブジェクトを返します。

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

パラメーター

Orientation
MsoTextOrientation

必須 MsoTextOrientation。 ラベル内のテキストの向きを指定します。 次のいずれかの MsoTextOrientation 定数:msoTextOrientationDownwardmsoTextOrientationHorizontalmsoTextOrientationHorizontalRotatedFarEastmsoTextOrientationMixedmsoTextOrientationUpwardmsoTextOrientationVerticalmsoTextOrientationVerticalFarEast これらの定数の一部は使用できない場合があります。 選択またはインストールした言語のサポート (米国英語など) に応じて異なります。

Left
Single

単精度浮動小数点型 (Single) の値を使用します。 文書の左上隅を基準にしてラベルの左上隅の位置をポイント単位で指定します。

Top
Single

単精度浮動小数点型 (Single) の値を使用します。 文書の上端を基準にしてラベルの左上端の位置をポイント単位で指定します。

Width
Single

単精度浮動小数点型 (Single) の値を使用します。 ラベルの幅をポイント単位で指定します。

Height
Single

単精度浮動小数点型 (Single) の値を使用します。 ラベルの高さをポイント単位で指定します。

戻り値

適用対象