Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / ScrollBars Property


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