MESCIUS SPREAD for Windows Forms 15.0J
TextShape コンストラクタ()
使用例 

新しいテキスト文字列シェイプを作成します。
構文
'宣言
 
Public Function New()
public TextShape()
使用例
次のサンプルコードは、テキストシェイプを作成します。
FarPoint.Win.Spread.DrawingSpace.TextShape ts = new FarPoint.Win.Spread.DrawingSpace.TextShape();
ts.Parent = fpSpread1;
ts.Text = "This is the text!"
ts.SetBounds(10, 10, 450, 450);

fpSpread1.ActiveSheet.AddShape(ts);
Dim ts As New FarPoint.Win.Spread.DrawingSpace.TextShape()
ts.Parent = FpSpread1
ts.Text = "This is the text!"
ts.SetBounds(10, 10, 450, 450)

FpSpread1.ActiveSheet.AddShape(ts)
参照

TextShape クラス
TextShape メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.