Spread Windows Forms 15.0
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
    bool ReadOnly {get; set;}
    See Also