FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / ScrollBars Property


In This Topic
ScrollBars Property (TextCellType)
In This Topic
Gets or sets which scroll bars to display for the text cell.
Syntax
'Declaration
 
Public Property ScrollBars As ScrollBars
 
'Usage
 
Dim instance As TextCellType
Dim value As ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
See Also