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


In This Topic
ReadOnly Property (RichTextCellType)
In This Topic
Gets or sets whether text is read-only.
Syntax
'Declaration
 
Public Property ReadOnly As Boolean
 
'Usage
 
Dim instance As RichTextCellType
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
See Also