Spread Windows Forms 12.0 Product Documentation
ReadOnly Property (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : ReadOnly Property
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 EditBaseCellType
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
public bool ReadOnly {get; set;}

Property Value

Boolean: true if read-only; false otherwise
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members