MESCIUS SPREAD for Windows Forms 15.0J
OriginalBounds プロパティ
使用例 

元の境界を取得します。
構文
'宣言
 
Public ReadOnly Property OriginalBounds As RectangleF
public RectangleF OriginalBounds {get;}

プロパティ値

元の境界。
使用例
次のサンプルコードは、OriginalBounds プロパティを使用します。
fpSpread1.Sheets[0].Cells[0, 0].Text = "test";
FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape test = new FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape();
test.Formula = "A1:A5";
fpSpread1.Sheets[0].AddShape(test, 2, 1);
listBox1.Items.Add(test.OriginalBounds.ToString());
fpSpread1.Sheets(0).Cells(0, 0).Text = "test"
Dim test As New FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape()
test.Formula = "A1:A5"
fpSpread1.Sheets(0).AddShape(test, 2, 1)
ListBox1.Items.Add(test.OriginalBounds.ToString())
参照

PSObject クラス
PSObject メンバ

 

 


© MESCIUS inc. All rights reserved.