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


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

戻り値の型

タブ ストリップの矩形を含む Rectangle オブジェクト
次のサンプルコードは、GetTabStripRectangleメソッドを使用します。
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetTabStripRectangle());
Dim sv As FarPoint.Win.Spread.SpreadView
sv = FpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetTabStripRectangle())
参照

SpreadView クラス
SpreadView メンバ

開発者ガイド

シート名タブ

 

 


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