PowerTools SPREAD for Windows Forms 8.0J
GetRowSplitBarRectangle メソッド (FpSpread)


ビューポート行インデックス
行分割バーの矩形を取得します。
構文
'Declaration
 
Public Function GetRowSplitBarRectangle( _
   ByVal rowViewportIndex As Integer _
) As Rectangle
'使用法
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim value As Rectangle
 
value = instance.GetRowSplitBarRectangle(rowViewportIndex)
public Rectangle GetRowSplitBarRectangle( 
   int rowViewportIndex
)

パラメータ

rowViewportIndex
ビューポート行インデックス

戻り値の型

行分割バーの矩形のサイズと位置を含む Rectangle オブジェクト
次のサンプルコードは、GetRowSplitBarRectangleメソッドを使用します。
fpSpread1.AddViewport(1, 2);
fpSpread1.SetViewportLeftColumn(1, 3);
fpSpread1.SetViewportTopRow(0, 6);
fpSpread1.SetViewportPreferredHeight(0, 100);
fpSpread1.SetViewportPreferredWidth(0, 100);
listBox1.Items.Add(fpSpread1.GetRowSplitBarRectangle(0).ToString());
FpSpread1.AddViewport(1, 2)
FpSpread1.SetViewportLeftColumn(1, 3)
FpSpread1.SetViewportTopRow(0, 6)
FpSpread1.SetViewportPreferredHeight(0, 100)
FpSpread1.SetViewportPreferredWidth(0, 100)
ListBox1.Items.Add(FpSpread1.GetRowSplitBarRectangle(0).ToString())
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

シート名タブ

 

 


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