Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ReadOnly Property


In This Topic
    ReadOnly Property (GeneralEditor)
    In This Topic
    Gets or sets whether the cell is read-only (and cannot be edited).
    Syntax
    'Declaration
     
    
    Public Property ReadOnly As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    instance.ReadOnly = value
     
    value = instance.ReadOnly
    public bool ReadOnly {get; set;}
    See Also