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