FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス : GetVerticalScrollBarRectangle メソッド |
'Declaration
Public Function GetVerticalScrollBarRectangle( _ ByVal rowViewportIndex As Integer _ ) As Rectangle
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));