Spread Windows Forms 12.0 Product Documentation
ReadOnly Property (IReadOnlySupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IReadOnlySupport Interface : ReadOnly Property
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
bool ReadOnly {get; set;}

Property Value

Boolean value: true if read-only and false otherwise
See Also

Reference

IReadOnlySupport Interface
IReadOnlySupport Members