PowerTools SPREAD for Windows Forms 10.0J
GetTabStripRectangle メソッド (FpSpread)


タブ ストリップの矩形を取得します。
構文
public Rectangle GetTabStripRectangle()
'Declaration
 
Public Function GetTabStripRectangle() As Rectangle
 
'使用法
 
Dim instance As FpSpread
Dim value As Rectangle
 
value = instance.GetTabStripRectangle()

戻り値の型

タブ ストリップの矩形のサイズと位置を含む Rectangle オブジェクト
次のサンプルコードは、GetTabStripRectangleメソッドを使用します。
fpSpread1.Sheets.Count = 2;
listBox1.Items.Add(fpSpread1.GetTabStripRectangle().ToString());
FpSpread1.Sheets.Count = 2
ListBox1.Items.Add(FpSpread1.GetTabStripRectangle().ToString())
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

シート名タブ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.