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