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


In This Topic
Static Property (RichTextCellType)
In This Topic
Gets or sets whether text can be selected.
Syntax
'Declaration
 
Public Property Static As Boolean
 
'Usage
 
Dim instance As RichTextCellType
Dim value As Boolean
 
instance.Static = value
 
value = instance.Static
See Also