VerticalScrollBarWidth Property (FpSpread)
In This Topic
Gets or sets the width of vertical scroll bars in this component.
Syntax
'Declaration
Public Property VerticalScrollBarWidth As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
instance.VerticalScrollBarWidth = value
value = instance.VerticalScrollBarWidth
public int VerticalScrollBarWidth {get; set;}
See Also