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


In This Topic
ReadOnly Property (TextCellType)
In This Topic
Gets or sets whether the cell is read-only (and thus cannot be modified).
Syntax
'Declaration
 
Public Property ReadOnly As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
See Also