Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / IsLocked Property


In This Topic
    IsLocked Property
    In This Topic
    Gets a boolean value indicating whether the cell is in a locked state.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsLocked As Boolean
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Boolean
     
    value = instance.IsLocked
    bool IsLocked {get;}
    See Also