GrapeCity SPREAD for Windows Forms 12.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 メンバ

開発者ガイド

シート名タブ

 

 


Copyright © 2004 GrapeCity inc.