Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / ReadOnly Property


In This Topic
    ReadOnly Property (EditBaseCellType)
    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 EditBaseCellType
    Dim value As Boolean
     
    instance.ReadOnly = value
     
    value = instance.ReadOnly
    public bool ReadOnly {get; set;}
    See Also