Spread Windows Forms 12.0 Product Documentation
VerticalScrollBar Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : VerticalScrollBar Property
Gets the vertical scroll bar.
Syntax
'Declaration
 
Public Property VerticalScrollBar As SpreadVScrollBar
'Usage
 
Dim instance As FpSpread
Dim value As SpreadVScrollBar
 
instance.VerticalScrollBar = value
 
value = instance.VerticalScrollBar
public SpreadVScrollBar VerticalScrollBar {get; set;}
Example
This example uses the VerticalScrollBar property.
listBox1.Items.Add(fpSpread1.VerticalScrollBar.ToString());
listBox1.Items.Add(fpSpread1.VerticalScrollBar.ToString())
See Also

Reference

FpSpread Class
FpSpread Members