Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReadOnlySupport Interface / ReadOnly Property


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