GrapeCity SPREAD for Windows Forms 11.0J
GetTabSplitBoxRectangle メソッド (SpreadView)


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

戻り値の型

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

SpreadView クラス
SpreadView メンバ

開発者ガイド

シート名タブ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.