FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : GetVerticalScrollBarRectangle メソッド |
'宣言
Public Function GetVerticalScrollBarRectangle( _ ByVal rowViewportIndex As Integer _ ) As Rectangle
public Rectangle GetVerticalScrollBarRectangle( int rowViewportIndex )
listBox1.Items.Add(fpSpread1.GetVerticalScrollBarRectangle(0).ToString());
ListBox1.Items.Add(FpSpread1.GetVerticalScrollBarRectangle(0).ToString())